Solar

Solar

A living solar system for your new tab page

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Solar",
  "description": "A living solar system for your new tab page",
  "version": "1.8",
  "icons": {
    "16": "graphics/icon16.png",
    "48": "graphics/icon48.png",
    "128": "graphics/icon128.png"
  },
  "chrome_url_overrides": {
    "newtab": "system.html"
  },
  "permissions": [
    "storage",
    "geolocation"
  ],
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}