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", "name": "Numberly", "description": "Instantly solve math equations and metric conversions as you type.", "version": "1.0.2", "manifest_version": 3, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "content.js" ] }, { "matches": [ "https:\/\/www.numberly.app\/subscribe" ], "js": [ "pro.js" ] } ], "permissions": [ "storage", "contextMenus", "clipboardWrite", "notifications" ], "omnibox": { "keyword": "=" }, "action": { "default_popup": "popup.html", "default_icon": { "16": "\/images\/numberly16.png", "32": "\/images\/numberly32.png", "48": "\/images\/numberly48.png", "128": "\/images\/numberly128.png" } }, "icons": { "16": "\/images\/numberly16.png", "32": "\/images\/numberly32.png", "48": "\/images\/numberly48.png", "128": "\/images\/numberly128.png" } }