Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "URL Shortener by ShortifyMe", "version": "1.4", "description": "\ud83d\ude80\ud83d\udd17\ud83c\udf0e Craft Short and Powerful Links to Share with the World", "manifest_version": 3, "permissions": [ "activeTab", "storage" ], "icons": { "64": "images\/64x64.png" }, "action": { "default_popup": "src\/index.html", "default_icon": { "16": "images\/16x16.png", "32": "images\/32x32.png", "64": "images\/64x64.png", "128": "images\/128x128.png" } }, "host_permissions": [ "https:\/\/shortifyme.co\/*" ], "background": { "service_worker": "src\/js\/background.js", "type": "module" } }