APODtab

APODtab

Displays the latest NASA APOD image when you open a new tab

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "APODtab",
  "version": "1.3.0",
  "description": "Displays the latest NASA APOD image when you open a new tab",
  "author": "Chris Briggs <[email protected]>",
  "icons": {
    "128": "icon128.png"
  },
  "permissions": [
    "http://apod.nasa.gov/"
  ],
  "chrome_url_overrides": {
    "newtab": "apod.html"
  }
}