Astronomy Calendar for celestial events

Astronomy Calendar for celestial events

Replaces the "New Tab" with an interactive calendar and background space images - Created and taken by Maroun Habib / Moophz

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Astronomy Calendar of celestial events",
  "description": "Replaces the New Tab background with an interactive calendar with background space images - Images taken and Created by Maroun Habib / Moophz",
  "version": "1.30",
  "manifest_version": 2,
  "chrome_url_overrides": {
    "newtab": "bg.html"
  },
  "icons": {
    "16": "favicon16.png",
    "32": "favicon32.png",
    "48": "favicon48.png",
    "128": "favicon.png"
  },
  "content_scripts": [
    {
      "css": [
        "splide.min.css"
      ],
      "js": [
        "background.js",
        "splide.min.js"
      ],
      "matches": [
        "file:///*"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{87e338c1-38bd-4c0c-aefd-bcbda30d0724}"
    }
  }
}