Saga Dashboard

Saga Dashboard

Saga Dashboard replaces your default tab with a fully functional Dashboard

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_appName__",
  "short_name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "version": "1.0.066",
  "default_locale": "en",
  "manifest_version": 2,
  "display": "standalone",
  "background_color": "#1C1C1C",
  "offline_enabled": true,
  "theme_color": "#1C1C1C",
  "icons": {
    "16": "favicon-16x16.png",
    "48": "icon-48x48.png",
    "128": "icon-128x128.png"
  },
  "permissions": [
    "geolocation"
  ],
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "content_security_policy": "script-src 'self' https://www.gstatic.com/ https://*.firebaseio.com https://*.googleapis.com https://apis.google.com https://*.stripe.com https://*.weather.com; object-src 'self'"
}