Miigle+

Miigle+

Automatically discover social good, eco and vegan-friendly brands when shopping online.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Miigle+",
  "description": "Automatically discover social good, eco and vegan-friendly brands when shopping online.",
  "version": "2.0.2",
  "manifest_version": 3,
  "background": {
    "service_worker": "background.js"
  },
  "content_scripts": [
    {
      "matches": [
        "https://*/*"
      ],
      "js": [
        "jquery-3.6.0.min.js",
        "content-script.js"
      ]
    }
  ],
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "64": "images/toolbar-icon/toolbar-icon=inactive, number=Default.png",
      "128": "images/toolbar-icon/toolbar-icon=inactive, number=Default.png"
    }
  },
  "icons": {
    "64": "/images/miigle--64.png",
    "128": "/images/miigle--128.png"
  },
  "permissions": [
    "tabs",
    "activeTab",
    "storage"
  ],
  "host_permissions": [
    "*://miigle.com/",
    "*://*/*"
  ]
}