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", "name": "ZioSet SAAS Agent", "version": "1.0.1", "description": "Tracks usage of SAAS apps listed in ZioSet app and sends report", "manifest_version": 3, "action": { "default_popup": "index.html", "default_title": "extension", "default_icon": { "16": "favicon.png", "48": "favicon.png", "128": "favicon.png" } }, "icons": { "16": "favicon.png", "48": "favicon.png", "128": "favicon.png" }, "permissions": [ "tabs" ], "background": { "service_worker": "background.js", "background.service_worker": true }, "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "content.js" ] } ] }