Minoan | Shop & save for your vacation rental

Minoan | Shop & save for your vacation rental

The best way for Minoan members to shop and save across hundreds of brands.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Minoan | Shop & save for your vacation rental",
  "version": "2.0.11",
  "description": "The best way for Minoan members to shop and save across hundreds of brands.",
  "permissions": [
    "activeTab",
    "storage",
    "tabs",
    "scripting",
    "alarms"
  ],
  "icons": {
    "16": "images/Minoan_16.png",
    "48": "images/Minoan_48.png",
    "128": "images/Minoan_128.png"
  },
  "background": {
    "service_worker": "background.js"
  },
  "host_permissions": [
    "<all_urls>"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "iframe_content.html",
        "extension_onboarding.html"
      ],
      "matches": [
        "<all_urls>"
      ],
      "use_dynamic_url": true
    }
  ],
  "action": {
    "default_icon": {
      "32": "images/Minoan_32.png"
    },
    "default_title": "Minoan",
    "default_popup": "popup.html"
  },
  "manifest_version": 3
}