Merch Checker

Merch Checker

This extension is scanning the products description for certain keywords!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Merch Checker",
  "version": "1.2.1",
  "description": "This extension is scanning the products description for certain keywords!",
  "permissions": [
    "activeTab",
    "management",
    "declarativeContent",
    "storage",
    "<all_urls>"
  ],
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'",
  "background": {
    "scripts": [
      "js/background.js"
    ],
    "persistent": false
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": false
  },
  "icons": {
    "16": "css/img/image-16.png",
    "48": "css/img/image-48.png",
    "128": "css/img/image-128.png"
  },
  "page_action": {
    "default_icon": "css/img/image-48.png",
    "default_popup": "popup.html"
  },
  "manifest_version": 2
}