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": "__MSG_extensionName__", "short_name": "calc-extension", "description": "__MSG_extensionDescription__", "author": "Martin V\u00e4th", "version": "5.5", "manifest_version": 3, "default_locale": "en", "permissions": [ "storage" ], "background": { "service_worker": "data\/js\/background.js" }, "action": { "default_icon": { "16": "data\/icons\/16.png", "32": "data\/icons\/32.png", "48": "data\/icons\/48.png", "128": "data\/icons\/128.png" }, "browser_style": true }, "options_ui": { "page": "data\/html\/options.html" }, "icons": { "16": "data\/icons\/16.png", "32": "data\/icons\/32.png", "48": "data\/icons\/48.png", "128": "data\/icons\/128.png" } }