X Button

X Button

WaffarX: The Free Cash Back Shopping Assistant

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "author": "WaffarX",
  "description": "WaffarX: The Free Cash Back Shopping Assistant",
  "manifest_version": 2,
  "name": "X Button",
  "homepage_url": "https://www.waffarx.com/",
  "version": "1.0.7",
  "background": {
    "scripts": [
      "/script/background.js"
    ]
  },
  "options_ui": {
    "page": "settings.html",
    "open_in_tab": true
  },
  "browser_action": {
    "default_popup": "index.html",
    "default_icon": "/img/128b.png",
    "default_title": "WaffarX: The Free Cash Back Shopping Assistant"
  },
  "commands": {
    "_execute_browser_action": {
      "suggested_key": {
        "default": "Ctrl+Shift+F",
        "mac": "MacCtrl+Shift+F"
      },
      "description": "Opens index.html"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "/script/jquery-3.4.1.min.js",
        "/script/content.js",
        "/script/vue.min.js"
      ],
      "css": [
        "/content/site.css"
      ]
    }
  ],
  "icons": {
    "16": "/img/16b.png",
    "32": "/img/32b.png",
    "48": "/img/48b.png",
    "128": "/img/128b.png"
  },
  "permissions": [
    "activeTab",
    "tabs",
    "webRequest",
    "<all_urls>",
    "cookies",
    "storage"
  ],
  "web_accessible_resources": [
    "button-notactive.html",
    "button-active.html",
    "/Content/site.css",
    "button.html",
    "Reactivate.html",
    "/img/logo.png",
    "/Content/bootstrap.min.css",
    "/Content/font-awesome.min.css",
    "/Script/popup.js"
  ]
}