Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{ "icons": { "16": "icon.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "service_worker": "bg.js" }, "options_page": "options.html", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Url Shortener", "version": "14.0.10", "manifest_version": 3, "description": "Quickly create and share short URLs with the added option to generate QR codes for them.", "action": { "default_icon": "icon128.png", "default_popup": "popup.html" }, "permissions": [ "contextMenus", "activeTab", "storage", "scripting" ], "commands": { "_execute_action": { "suggested_key": { "mac": "Command+Shift+L", "default": "Ctrl+Shift+L" } } }, "host_permissions": [ "https:\/\/tinyurl.com\/*" ] }