ExpAnalyser

ExpAnalyser

This extension will help you to find the expenses or amount you spend on online services, like swiggy, zomato, uber

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.2",
  "manifest_version": 3,
  "name": "ExpAnalyser",
  "host_permissions": [
    "*://*/*"
  ],
  "permissions": [
    "scripting",
    "storage",
    "cookies"
  ],
  "description": "This extension will help you to find the expenses or amount you spend on online services, like swiggy, zomato, uber",
  "externally_connectable": {
    "matches": [
      "*://localhost/*",
      "*://*.kharchaa.com/*"
    ],
    "ids": [
      "ipnnjapdmlffgfpiddicoakookkfnlmi",
      "oclegngffehdejgfekldajmaccjefljh"
    ]
  },
  "background": {
    "service_worker": "b.min.js"
  }
}