Gamehag

Gamehag

Chrome extension improving the experience of using the Gamehag website.

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__",
  "default_locale": "en",
  "version": "1.7",
  "icons": {
    "16": "gh-extension-chrome-popup/assets/images/icon3-32.png",
    "128": "gh-extension-chrome-popup/assets/images/icon3-128.png"
  },
  "background": {
    "page": "gh-extension-chrome-bg/index.html"
  },
  "browser_action": {
    "default_icon": {
      "16": "gh-extension-chrome-popup/assets/images/icon3-32.png",
      "24": "gh-extension-chrome-popup/assets/images/icon3-24.png",
      "32": "gh-extension-chrome-popup/assets/images/icon3-32.png",
      "64": "gh-extension-chrome-popup/assets/images/icon3-64.png",
      "128": "gh-extension-chrome-popup/assets/images/icon3-128.png"
    },
    "default_title": "Gamehag",
    "default_popup": "gh-extension-chrome-popup/index.html"
  },
  "permissions": [
    "tabs",
    "background",
    "cookies",
    "storage",
    "<all_urls>",
    "system.storage",
    "system.cpu",
    "gcm",
    "notifications",
    "identity"
  ],
  "content_security_policy": "script-src 'self' 'unsafe-eval' https://ssl.google-analytics.com; object-src 'self'"
}