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": "OndaLink", "version": "2.1", "description": "OndaLink turns any url into a dedicated chat. Users using the extension and on the same url can chat with each other in real time", "permissions": [ "activeTab", "storage", "tabs", "scripting", "sidePanel" ], "host_permissions": [ "<all_urls>" ], "action": { "default_icon": { "128": "images\/file.png" } }, "icons": { "128": "images\/file.png" }, "side_panel": { "default_path": "chat.html" }, "background": { "service_worker": "scripts\/background.js" }, "web_accessible_resources": [ { "resources": [ "chat.html", "styles\/*", "scripts\/*", "lib\/*", "images\/*" ], "matches": [ "<all_urls>" ] } ] }