Ecowiser | Sustainable Shopping Assistant

Ecowiser | Sustainable Shopping Assistant

Find the best ethical and affordable sustainable brands

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Ecowiser | Sustainable Shopping Assistant",
  "version": "0.1.362",
  "manifest_version": 3,
  "description": "Find the best ethical and affordable sustainable brands",
  "icons": {
    "16": "new-icon.png",
    "32": "new-icon.png",
    "48": "new-icon.png",
    "128": "new-icon.png"
  },
  "permissions": [
    "storage",
    "activeTab"
  ],
  "action": {
    "default_title": "Ecowiser"
  },
  "host_permissions": [
    "*://*.bezen.eco/",
    "*://*/*",
    "https://www.amazon.in/*"
  ],
  "externally_connectable": {
    "matches": [
      "*://*.bezen.eco/*"
    ]
  },
  "background": {
    "service_worker": "background.js"
  },
  "content_scripts": [
    {
      "run_at": "document_end",
      "matches": [
        "https://*/*"
      ],
      "js": [
        "contentScript.js"
      ]
    }
  ]
}