Wasla | وصلة

Wasla | وصلة

Shop more and pay less. With a click of a button, Wasla Deals will connect you to the best prices online.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Wasla | وصلة",
  "description": "Shop more and pay less. With a click of a button, Wasla Deals will connect you to the best prices online.",
  "version": "1.1.1",
  "manifest_version": 3,
  "permissions": [
    "storage",
    "activeTab",
    "identity"
  ],
  "host_permissions": [
    "*://*/*",
    "https://gw.waslabrowser.com/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "./src/popup/env.js",
        "./src/utilities/endpoints-bundled.js",
        "./src/utilities/network-bundled.js",
        "./src/popup/analytics.js",
        "./src/content/script.js"
      ]
    }
  ],
  "background": {
    "service_worker": "background.js"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "src/utilities/network.js",
        "src/utilities/endpoints.js",
        "src/utilities/query-string.js",
        "src/utilities/split-on-first.js",
        "src/utilities/filter-obj.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "action": {
    "default_popup": "src/popup/popup.html",
    "default_icon": {
      "16": "/src/static/images/icon/16.png",
      "32": "/src/static/images/icon/32.png",
      "48": "/src/static/images/icon/48.png",
      "128": "/src/static/images/icon/128.png"
    }
  },
  "icons": {
    "16": "/src/static/images/icon/16.png",
    "32": "/src/static/images/icon/32.png",
    "48": "/src/static/images/icon/48.png",
    "128": "/src/static/images/icon/128.png"
  }
}