WA-Status

WA-Status

Responsible for reflecting the WA status by changing extension icons on the browser across all tabs.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "WA-Status",
  "description": "Responsible for reflecting the WA status by changing extension icons on the browser across all tabs.",
  "version": "1.1.0.1",
  "background": {
    "scripts": [
      "vendor/jQuery/jquery-3.2.1.min.js",
      "js/background.js"
    ]
  },
  "icons": {
    "128": "icons/icon.png"
  },
  "browser_action": {},
  "permissions": [
    "storage",
    "<all_urls>"
  ],
  "options_page": "options.html"
}