Swiggy Zomato Blinkit Spends

Swiggy Zomato Blinkit Spends

You know you want to know how much you spent on food!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Swiggy Zomato Blinkit Spends",
  "description": "You know you want to know how much you spent on food!",
  "version": "0.1.0.2",
  "icons": {
    "128": "/images/download.png"
  },
  "action": {
    "default_popup": "index.html",
    "default_icon": "/images/download.png"
  },
  "host_permissions": [
    "<all_urls>"
  ],
  "permissions": [
    "scripting",
    "activeTab",
    "cookies"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ]
}