Swiggy Zomato Spendings Calculator

Swiggy Zomato Spendings Calculator

Spendings calculator for swiggy and zomato

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Swiggy Zomato Spendings Calculator",
  "version": "1.0.1",
  "description": "Spendings calculator for swiggy and zomato",
  "permissions": [
    "storage",
    "tabs",
    "webRequest"
  ],
  "host_permissions": [
    "https://*.swiggy.com/*",
    "https://*.zomato.com/*"
  ],
  "background": {
    "service_worker": "JS/background.js",
    "type": "module"
  },
  "action": {
    "default_icon": {
      "16": "assets/icon.png",
      "24": "assets/icon.png",
      "32": "assets/icon.png"
    },
    "default_title": "Food Delivery Spendings - Swiggy and Zomato",
    "default_popup": "popup.html"
  },
  "incognito": "not_allowed",
  "manifest_version": 3
}