Kiwii: Earn More Rewards

Kiwii: Earn More Rewards

Shop with confidence. We make sure you never miss an opportunity to earn rewards.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Kiwii: Earn More Rewards",
  "description": "Shop with confidence.  We make sure you never miss an opportunity to earn rewards.",
  "version": "1.2.55",
  "action": {
    "default_icon": "128x128icon.png"
  },
  "permissions": [
    "activeTab",
    "tabs",
    "storage"
  ],
  "background": {
    "service_worker": "background.js"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "static/js/content.js"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "static/media/*"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ]
}