Whym Shopping: Collect, compare, buy & share.

Whym Shopping: Collect, compare, buy & share.

Window Shop Till You Drop

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Whym Shopping: Collect, compare, buy & share.",
  "description": "Window Shop Till You Drop",
  "version": "2.8.0",
  "icons": {
    "16": "icon.png",
    "48": "icon.png",
    "128": "icon.png"
  },
  "action": {
    "default_title": "Whym",
    "default_icon": "icon.png"
  },
  "permissions": [
    "storage",
    "nativeMessaging",
    "unlimitedStorage",
    "declarativeNetRequest"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "background": {
    "service_worker": "background.js"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "whym-shopper-plugin.browser-extension.js"
      ]
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "doppelProxy.js"
      ]
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "doppel.js"
      ],
      "world": "MAIN"
    }
  ],
  "externally_connectable": {
    "matches": [
      "https://my.whymwallet.com/*",
      "https://my-petalfox-dev.firebaseapp.com/*"
    ]
  }
}