Jackie Chan New Tab

Jackie Chan New Tab

Jackie Chan Fan? Start each day with the Jackie Chan's most gorgeous pictures!

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_appName__",
  "description": "__MSG_appDesc__",
  "version": "2.3.0.6",
  "default_locale": "en",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "background": {
    "page": "src/background.html",
    "persistent": true
  },
  "options_page": "src/options.html",
  "chrome_url_overrides": {
    "newtab": "src/override.html"
  },
  "permissions": [
    "<all_urls>",
    "chrome://favicon/",
    "bookmarks",
    "history",
    "management",
    "topSites",
    "contextMenus",
    "tabs"
  ],
  "offline_enabled": true,
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com https://freegeoip.net; object-src 'self'"
}