Lady Gaga New Tab

Lady Gaga New Tab

Lady Gaga Fan? Start each day with the Lady Gaga'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.5.0.0",
  "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",
    "tabs"
  ],
  "offline_enabled": true,
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com https://freegeoip.net; object-src 'self'"
}