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": "Xlsdeal SBI Bulk Cheque", "version": "1.1", "description": "SBI Bulk\/Multi Cheque Preparation Utility", "permissions": [ "storage", "activeTab", "scripting", "tabs", "webNavigation", "runtime" ], "background": { "service_worker": "background.js" }, "action": { "default_icon": { "16": "images\/icon16.png", "48": "images\/icon16.png", "128": "images\/icon16.png" } }, "icons": { "16": "images\/icon16.png", "48": "images\/icon16.png", "128": "images\/icon16.png" }, "host_permissions": [ "https:\/\/corp.onlinesbi.sbi\/ybcorpuser\/*", "https:\/\/corp.onlinesbi.sbi\/corpuser\/*" ], "content_scripts": [ { "matches": [ "https:\/\/corp.onlinesbi.sbi\/ybcorpuser\/*", "https:\/\/corp.onlinesbi.sbi\/corpuser\/*" ], "js": [ "content.js" ] } ] }