Zomato-Swiggy Expense Tracker

Zomato-Swiggy Expense Tracker

Track your all Food Expense of Zomato and Swiggy at one place!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Zomato-Swiggy Expense Tracker",
  "description": "Track your all Food Expense of Zomato and Swiggy at one place!",
  "version": "1.3.4",
  "host_permissions": [
    "*://*.swiggy.com/",
    "*://*.zomato.com/"
  ],
  "permissions": [
    "storage"
  ],
  "icons": {
    "16": "assests/icons/logo.png",
    "32": "assests/icons/logo.png",
    "48": "assests/icons/logo.png",
    "128": "assests/icons/logo.png"
  },
  "action": {
    "default_popup": "popup.html",
    "default_icon": "assests/icons/logo.png"
  }
}