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": 3, "name": "Calculator", "version": "0.1.0", "description": "A floating, draggable, simple caclulator with multiple totals. Highlight any text to autofill input.", "icons": { "48": "icons\/icon-48.png", "64": "icons\/icon-64.png", "128": "icons\/icon-128.png" }, "permissions": [ "contextMenus" ], "background": { "service_worker": "scripts\/background.js", "type": "module" }, "content_scripts": [ { "js": [ "scripts\/index.js" ], "css": [ "css\/index.css" ], "matches": [ "<all_urls>" ] } ] }