Exoplanet New Tab

Exoplanet New Tab

Explore a new confirmed exoplanet in every new tab with hypothetical visualization and interesting planet facts.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Exoplanet New Tab",
  "description": "Explore a new confirmed exoplanet in every new tab with hypothetical visualization and interesting planet facts.",
  "version": "0.2.3",
  "manifest_version": 3,
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "background": {
    "service_worker": "background.js"
  },
  "permissions": [
    "storage"
  ],
  "host_permissions": [
    "https://exoplanetarchive.ipac.caltech.edu/TAP/sync",
    "https://exoplanets.nasa.gov/api/v1/planets/"
  ]
}