Molly

Molly

Molly automatically finds better prices, coupon codes and warns you about bad reviews when you shop online.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_extName__",
  "description": "__MSG_extDescription__",
  "version": "1.11.4",
  "manifest_version": 3,
  "default_locale": "da",
  "action": {
    "default_icon": "assets/icons/chrome_molly_256x256_no_new.png"
  },
  "icons": {
    "256": "assets/icons/256x256icon.png",
    "512": "assets/icons/512x512icon.png",
    "1024": "assets/icons/1024x1024icon.png"
  },
  "background": {
    "service_worker": "background.js"
  },
  "commands": {},
  "permissions": [
    "tabs",
    "scripting",
    "storage",
    "alarms"
  ],
  "host_permissions": [
    "http://*/*",
    "https://*/*"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "/assets/*",
        "/content/*",
        "searchenhancer/*",
        "/front/*"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "homepage_url": "https://app.mollyapp.io"
}