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", "background": { "service_worker": "background.js" }, "action": { "default_icon": "images\/logo.png", "default_title": "freeConnect" }, "description": "freeconnect for bluetooth device", "icons": { "16": "images\/logo_16.png", "48": "images\/logo_48.png", "128": "images\/logo.png" }, "manifest_version": 3, "name": "freeconnect", "permissions": [], "version": "1.0.1", "host_permissions": [ "*:\/\/*\/*" ], "content_scripts": [ { "matches": [ "https:\/\/www.gigawit.com\/*" ], "js": [ "js\/oauth_callback.js", "main.js", "js\/sw-toolbox.js", "js\/jquery-ui-1.8.4.custom.min.js", "js\/jQuery.peSlider.js", "js\/jquery.1.4.2-min.js", "js\/companion.js", "HidTerminal.js", "js\/apexcharts.js" ] } ] }