NASA Astronomy Space New Tab

NASA Astronomy Space New Tab

Sets your new tab page to a personal dashboard with a beautiful background.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "NASA Astronomy Space New Tab",
  "author": "newtabthemes.com",
  "version": "2.0.4",
  "description": "Sets your new tab page to a personal dashboard with a beautiful background.",
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "permissions": [
    "topSites"
  ],
  "action": {
    "default_title": "New Tab"
  },
  "background": {
    "service_worker": "background.js"
  }
}