Fountainhead - New tab

Fountainhead - New tab

The best thing is that it is a new day to wake up every morning. May the early morning greetings bring you a refreshing mood!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_appName__",
  "version": "1.2.1",
  "description": "__MSG_appDescription__",
  "permissions": [
    "chrome://favicon/",
    "notifications",
    "alarms",
    "https://*.niuzhipi.com/",
    "https://mail.google.com/",
    "https://*.yahooapis.com/",
    "http://127.0.0.1/"
  ],
  "optional_permissions": [
    "bookmarks",
    "history",
    "management"
  ],
  "oauth2": {
    "client_id": "862153059723-992rcstogfgd02j8ip0fqr6hv0sdclrr.apps.googleusercontent.com",
    "scopes": [
      "profile",
      "https://www.googleapis.com/auth/gmail.readonly"
    ]
  },
  "icons": {
    "16": "./static/logo/logo_16.png",
    "19": "./static/logo/logo_19.png",
    "32": "./static/logo/logo_32.png",
    "48": "./static/logo/logo_48.png",
    "64": "./static/logo/logo_64.png",
    "128": "./static/logo/logo_128.png"
  },
  "browser_action": {},
  "default_locale": "en",
  "background": {
    "page": "background.html"
  },
  "offline_enabled": true,
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "manifest_version": 2
}