New Tab APOD

New Tab APOD

This extension displays the NASA astronomy picture of the day on every new tab window.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "New Tab APOD",
  "description": "This extension displays the NASA astronomy picture of the day on every new tab window.",
  "version": "0.1.4",
  "permissions": [
    "https://apod.nasa.gov/"
  ],
  "content_security_policy": "script-src 'self'; object-src 'self'",
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "icons": {
    "16": "images/icon16.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  }
}