DEO

DEO

Never miss a deal again

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "DEO",
  "version": "1.0.0.17",
  "manifest_version": 2,
  "minimum_chrome_version": "29",
  "default_locale": "en",
  "description": "__MSG_extension_description__",
  "permissions": [
    "storage",
    "contextMenus",
    "tabs",
    "identity",
    "webRequest",
    "webRequestBlocking",
    "http://*/*",
    "https://graph.facebook.com/",
    "https://www.facebook.com/",
    "https://accounts.google.com/o/oauth2/token"
  ],
  "background": {
    "scripts": [
      "context-menu.js",
      "assets/js/jquery.js",
      "assets/js/json2.js"
    ],
    "persistent": true
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.<PARENT_PAGE_DOMAIN>/*"
      ],
      "js": [
        "assets/js/jquery.js"
      ],
      "all_frames": false
    }
  ],
  "oauth2": {
    "client_id": "209411213697-3mhkpo5rqacu50a592fil8g0e5v56e0t.apps.googleusercontent.com",
    "scopes": [
      "https://www.googleapis.com/auth/userinfo.email",
      "https://www.googleapis.com/auth/plus.me"
    ]
  },
  "icons": {
    "16": "imgs/deo_logo_16.png",
    "48": "imgs/deo_logo_48.png",
    "128": "imgs/deo_logo_128.png"
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAj1F+API7kgP0ZIEr/KFIue5pxD2DBZY/FsDNlhw2xQ0xiAGZVGbt6gzdG3d0rc7qLtaCOo2FiJsmCh9pllAD4r89AAZAUyKVtRO1JcbOKOoVaWSDmnDkQYjX7V9eB2rk5OdW20n1X+yYWUyR95G9wSx8UE+QuqsnWDW44eyvWHYk3boIMwDalD/Nss+ba2/RiIYJ2cw7oZVrl4tkTlgoZW6Io657FUzyTtN1dNrD/uRQHNnljaBjMKQ60QWe1euZUhyEz9E39CvAeIkWgIEwwXPkO//Bn+lObBMfvaK8lmlaolfCT+DqhpNA316MUJ+7MTg1tZRv4QN4MlMriHRBHQIDAQAB",
  "web_accessible_resources": [
    "error.html"
  ],
  "content_security_policy": "script-src 'self' https://*.uservoice.com; object-src 'self'",
  "incognito": "spanning"
}