Zyft – Shopping Price Comparison

Zyft – Shopping Price Comparison

Compare prices instantly when you shop online

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.5.7",
  "description": "Compare prices instantly when you shop online",
  "manifest_version": 3,
  "name": "Zyft – Shopping Price Comparison",
  "background": {
    "service_worker": "background.bundle.js"
  },
  "action": {},
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "contentScript.bundle.js"
      ],
      "css": [
        "content.styles.scss"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "content.styles.css",
        "icon16.png",
        "icon128.png",
        "Inter-Regular.woff",
        "Inter-Regular.woff2",
        "Inter-Medium.woff",
        "Inter-Medium.woff2",
        "Inter-Bold.woff",
        "Inter-Bold.woff2",
        "determineIfShopify.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ]
    }
  ],
  "permissions": [
    "storage"
  ]
}