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": "Switchy.io | Advanced URL Shortener", "short_name": "Switchy.io", "version": "1.1.1", "description": "Create short branded links directly from the page you are visiting with the all-in-one links engagement platform!", "permissions": [ "tabs", "storage", "webNavigation" ], "action": { "default_popup": "index.html?#\/switchy" }, "background": { "service_worker": "serviceWorker.js" }, "icons": { "16": "assets\/icons\/chrome extension16.png", "48": "assets\/icons\/chrome extension48.png", "128": "assets\/icons\/chrome extension128.png" }, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" } }