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": "Collabza Widget", "version": "0.04", "description": "\u0420\u0430\u0441\u0448\u0438\u0440\u0435\u043d\u0438\u0435 \u0434\u043b\u044f Collabza", "icons": { "128": "\/src\/icon-128.png" }, "default_title": "\u0420\u0430\u0441\u0448\u0438\u0440\u0435\u043d\u0438\u0435 \u0434\u043b\u044f Collabza", "action": { "default_popup": "" }, "content_scripts": [ { "matches": [ "https:\/\/collabza.ru\/*" ], "run_at": "document_start", "js": [ "libs\/jquery-1.10.2.min.js", "background.js" ], "all_frames": true } ], "web_accessible_resources": [ { "resources": [ "\/app.js", "src\/*" ], "matches": [ "<all_urls>" ], "use_dynamic_url": true } ], "background.service_worker": { "persistent": true, "scripts": [ "background.js" ] } }