D-Day with APOD

D-Day with APOD

This extension displays d-day with a background image fetched from NASA whenever a new tab is opened.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "D-Day with APOD",
  "version": "0.2.0",
  "manifest_version": 3,
  "description": "This extension displays d-day with a background image fetched from NASA whenever a new tab is opened.",
  "homepage_url": "https://meinside.dev",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "default_locale": "en",
  "options_page": "src/options_custom/index.html",
  "chrome_url_overrides": {
    "newtab": "src/override/override.html"
  },
  "permissions": [
    "storage"
  ],
  "host_permissions": [
    "https://api.data.gov/nasa/planetary/*"
  ]
}