Astronomy Picture of the Day APOD by The Trav

Astronomy Picture of the Day APOD by The Trav

Displays the Astronomy Picture of the Day (APOD) and allows you to review similar images of planets, stars, galaxies and nebulas

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Astronomy Picture of the Day APOD by The Trav",
  "short_name": "APOD by The Trav",
  "description": "Displays the Astronomy Picture of the Day (APOD) and allows you to review similar images of planets, stars, galaxies and nebulas",
  "version": "3.2.1",
  "browser_action": {
    "default_icon": "sun_icon.png",
    "default_title": "APOD by The Trav",
    "default_popup": "options.html"
  },
  "applications": {
    "gecko": {
      "id": "[email protected]",
      "strict_min_version": "54.0"
    }
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": false
  },
  "icons": {
    "16": "sun_icon.png",
    "128": "sun_icon.png"
  },
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "permissions": [
    "topSites",
    "storage",
    "https://api.nasa.gov/*",
    "https://apod.nasa.gov/cgi-bin/apod/apod_search",
    "https://www.google-analytics.com/collect"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}