Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "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.5", "icons": { "128": "\/images\/download.png" }, "action": { "default_popup": "index.html", "default_icon": "\/images\/download.png" }, "host_permissions": [ "https:\/\/blinkit.com\/", "http:\/\/blinkit.com\/" ], "permissions": [ "scripting", "activeTab", "cookies" ], "content_scripts": [ { "matches": [ "https:\/\/blinkit.com\/", "http:\/\/blinkit.com\/" ], "js": [ "content.js" ] } ] }