Solar System for New Tab

Solar System for New Tab

Override the new tab page with an interactive solar system view!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Solar System for New Tab",
  "description": "Override the new tab page with an interactive solar system view!",
  "version": "1.2",
  "incognito": "split",
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "manifest_version": 2,
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  }
}