OPDeals - Find the best deals on OPSkins.com

OPDeals - Find the best deals on OPSkins.com

Highlight the best deals on OPSkins.com!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "OPDeals - Find the best deals on OPSkins.com",
  "version": "2.1.5",
  "manifest_version": 2,
  "description": "Highlight the best deals on OPSkins.com!",
  "homepage_url": "http://dino.so",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "default_locale": "en",
  "background": {
    "scripts": [
      "src/bg/background.js"
    ],
    "persistent": true
  },
  "options_page": "src/options_custom/index.html",
  "page_action": {
    "default_icon": "icons/icon48.png",
    "default_title": "OPDeals",
    "default_popup": "src/page_action/page_action.html"
  },
  "permissions": [
    "contextMenus",
    "notifications",
    "storage",
    "https://opskins.com/*",
    "http://opskins.com/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://opskins.com/*",
        "http://opskins.com/*"
      ],
      "css": [
        "src/inject/inject.css"
      ]
    },
    {
      "matches": [
        "https://opskins.com/*",
        "http://opskins.com/*"
      ],
      "js": [
        "js/jquery/jquery.min.js",
        "js/jquery/jquery.animate-shadow-min.js",
        "js/jquery/jquery.livequery.min.js",
        "src/core/item.js",
        "src/inject/inject.js"
      ]
    }
  ]
}