Sharkie Ex

Sharkie Ex

Sharkie Enhancements

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Sharkie Ex",
  "description": "Sharkie Enhancements",
  "version": "2.0.5",
  "permissions": [
    "http://blackmilkclothing.com//",
    "https://blackmilkclothing.com//",
    "http://us.blackmilkclothing.com//",
    "https://us.blackmilkclothing.com//",
    "https://checkout.shopify.com//",
    "tabs",
    "storage",
    "activeTab"
  ],
  "content_scripts": [
    {
      "matches": [
        "http://blackmilkclothing.com/*",
        "https://blackmilkclothing.com/*",
        "http://us.blackmilkclothing.com/*",
        "https://us.blackmilkclothing.com/*",
        "https://checkout.shopify.com/*"
      ],
      "js": [
        "jquery-1.11.0.min.js",
        "keep_nomming.js"
      ]
    }
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": "sharkie48.png"
  },
  "icons": {
    "16": "sharkie16.png",
    "48": "sharkie48.png",
    "128": "sharkie128.png"
  },
  "options_page": "options.html"
}