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": "T2M URL Shortener", "description": "T2M is all-in-one URL shortening platform with branded links, QR codes and clicks tracking with detailed analytics.", "author": "[email protected]", "version": "1.0.1", "manifest_version": 3, "background": { "service_worker": "assets\/js\/background.js" }, "permissions": [ "tabs", "storage", "contextMenus", "clipboardWrite" ], "host_permissions": [ "https:\/\/t2mio.com\/*" ], "action": { "default_icon": { "16": "assets\/img\/icon-16x16.png", "32": "assets\/img\/icon-32x32.png" }, "default_popup": "assets\/html\/login.html" }, "icons": { "16": "assets\/img\/icon-16x16.png", "32": "assets\/img\/icon-32x32.png", "128": "assets\/img\/icon-128x128.png" } }