Ultidash - New Tab

Ultidash - New Tab

The ultimate productivity dashboard for your new tab.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Ultidash - New Tab",
  "description": "The ultimate productivity dashboard for your new tab.",
  "version": "3.1.6",
  "icons": {
    "16": "images/logos/16.png",
    "32": "images/logos/32.png",
    "128": "images/logos/128.png"
  },
  "browser_action": {
    "default_title": "Ultidash"
  },
  "background": {
    "scripts": [
      "assets/js/background.js",
      "assets/js/background-lucy.js"
    ]
  },
  "incognito": "split",
  "chrome_url_overrides": {
    "newtab": "dashboard.html"
  },
  "manifest_version": 2,
  "content_security_policy": "script-src 'self' 'unsafe-eval' http://localhost:3000 https://api.ultidash.com https://graphql.ultidash.com https://maps.google.com https://maps.googleapis.com https://query.yahooapis.com https://www.google-analytics.com https://www.gstatic.com https://apis.google.com https://accounts.google.com https://platform.twitter.com; object-src 'self'",
  "permissions": [
    "unlimitedStorage",
    "identity"
  ],
  "optional_permissions": [
    "https://mail.google.com/",
    "topSites",
    "bookmarks",
    "tabs",
    "chrome://favicon/"
  ],
  "minimum_chrome_version": "28",
  "offline_enabled": true,
  "oauth2": {
    "client_id": "523235975250-mhjua4p3g3ottahsbsv8no4a60vcs1bl.apps.googleusercontent.com",
    "scopes": [
      "https://www.googleapis.com/auth/calendar.readonly",
      "https://www.googleapis.com/auth/gmail.readonly",
      "https://www.googleapis.com/auth/userinfo.profile"
    ]
  },
  "web_accessible_resources": [
    "dashboard.html"
  ],
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAijC1OZsaYFlPEmD4Ly+t8YGzEy1I4ywU82RlXICvAmheFmri5zNtS9iujYhvuvJIp6elexyXMlaHmZctjqiWsJwNcu57tpDOB0wQsQWSH7gnJH8aQQD7xOcSjzIJRv/Gi0vjvpwFO1GGEPoRm/rcgetxjWfO1FNkCQ3zOeJeDBKfPuyFd3BuBc6GyB8bVRvKbVSyWgDTqeJQbrXDd2BQAUSf8bhWEad9p3h7A32fpa7kRec+GjaqTRcvF1H0tiX/ags74Ukdhek9KrMObKXqAc0jSmcuSduUhRfFovI3qduz/I39HO4I0gs8m7NbIhLYoMT2ok4x1oWyljaFGeRutQIDAQAB"
}