Orbit Newtab

Orbit Newtab

Give a clean and modern look to your default Chrome homepage

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Orbit Newtab",
  "short_name": "Orbit",
  "description": "Give a clean and modern look to your default Chrome homepage",
  "version": "1.7.5",
  "chrome_url_overrides": {
    "newtab": "orbit-elite/index.html"
  },
  "icons": {
    "128": "icon.png"
  },
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  },
  "permissions": [
    "activeTab",
    "storage",
    "geolocation",
    "contextMenus",
    "https://fcc-weather-api.glitch.me"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_security_policy": "script-src 'self' https://rss.bloople.net; object-src;"
}