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": 2, "name": "URL Shortener", "version": "1.0", "short_name": "Shyl", "description": "Make your links great again", "icons": { "16": "\/favs\/f16.png", "48": "\/favs\/f48.png", "128": "\/favs\/f128.png" }, "permissions": [ "tabs" ], "browser_action": { "default_icon": "\/favs\/f16.png", "default_popup": "popup.html" } }