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", "background": { "service_worker": "\/js\/bg-worker.js" }, "default_locale": "en", "description": "__MSG_app_description__", "homepage_url": "https:\/\/url-shortener.freebusinessapps.net", "icons": { "32": "data\/assets\/icons\/32.png", "48": "data\/assets\/icons\/48.png", "96": "data\/assets\/icons\/96.png", "128": "data\/assets\/icons\/128.png", "256": "data\/assets\/icons\/256.png" }, "manifest_version": 3, "name": "__MSG_app_name__", "permissions": [ "activeTab", "storage" ], "host_permissions": [ "https:\/\/chart.googleapis.com\/*", "https:\/\/tinyurl.com\/*" ], "short_name": "__MSG_app_name__", "version": "3.0.0", "action": { "default_icon": { "32": "data\/assets\/icons\/32.png", "48": "data\/assets\/icons\/48.png", "96": "data\/assets\/icons\/96.png", "128": "data\/assets\/icons\/128.png", "256": "data\/assets\/icons\/256.png" }, "default_popup": "data\/popup\/index.html", "default_title": "__MSG_app_name__" } }