Crazyones New Tab

Crazyones New Tab

Open a new tab and get motivated by your favorite entrepreneurs & productivity books

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Crazyones New Tab",
  "description": "Open a new tab and get motivated by your favorite entrepreneurs & productivity books",
  "default_locale": "en",
  "version": "2.0.7",
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "browser_action": {
    "default_icon": "blackicon2128.png"
  },
  "permissions": [
    "identity"
  ],
  "oauth2": {
    "client_id": "1076289688001-m6jame141t02stfkbl66tton6dogkvr3.apps.googleusercontent.com",
    "scopes": [
      "https://www.googleapis.com/auth/userinfo.email",
      "https://www.googleapis.com/auth/userinfo.profile"
    ]
  },
  "icons": {
    "16": "blackicon216.png",
    "48": "blackicon248.png",
    "128": "blackicon2128.png"
  },
  "background": {
    "scripts": [
      "chromeReact.js"
    ],
    "persistent": false
  },
  "content_security_policy": "script-src 'self' 'unsafe-eval' 'sha256-dgx1l/eAcaqKK2HcYUVMEonyLpULlQcGUybp0E9S4OM=' https://www.firestore.googleapis.com https://*.firebaseio.com https://www.googleapis.com https://www.google-analytics.com https://www.gstatic.com/ https://apis.google.com; object-src 'self'"
}