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": "InveeSync Tally Connect", "version": "1.912", "description": "Helps InveeSync users to sync the app with Tally", "host_permissions": [ "http:\/\/localhost\/*", "https:\/\/localhost\/*" ], "permissions": [ "storage" ], "icons": { "16": "icons\/inveesync_16.png", "48": "icons\/inveesync_48.png", "64": "icons\/inveesync_64.png", "128": "icons\/inveesync_128.png" }, "action": { "default_icon": { "16": "icons\/inveesync_16.png", "48": "icons\/inveesync_48.png", "64": "icons\/inveesync_64.png", "128": "icons\/inveesync_128.png" } }, "web_accessible_resources": [ { "resources": [], "matches": [ "https:\/\/*\/*" ] } ], "externally_connectable": { "matches": [ "https:\/\/*\/*" ] }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "https:\/\/*\/*" ], "js": [ "contentscript.js" ] } ] }