Gu New Tab

Gu New Tab

Personalize your default New Tab page with custom background images, colors, and your favorite mottos.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "__MSG_extName__",
  "version": "0.1.6.2",
  "default_locale": "en",
  "description": "__MSG_extDescription__",
  "icons": {
    "128": "./image/icon128.png"
  },
  "browser_action": {},
  "permissions": [
    "*://wallpaper.apc.360.cn/*",
    "*://www.google.com/*",
    "*://www.gstatic.com/*",
    "*://api.unsplash.com/*",
    "https://api.flickr.com/*"
  ],
  "author": "cyj",
  "chrome_url_overrides": {
    "newtab": "./index.html"
  },
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "options_page": "./option/options.html"
}