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": "__MSG_extensionName__", "description": "__MSG_extensionDescription__", "version": "1.0.3", "action": { "default_title": "Snapshot for Math", "default_icon": { "32": "icons\/snapshot_for_math_icon_128.png", "128": "icons\/snapshot_for_math_icon_128.png" } }, "background": { "service_worker": "bg.js", "type": "module" }, "permissions": [ "activeTab", "scripting", "clipboardWrite" ], "commands": { "activate-clip": { "suggested_key": { "default": "Alt+S" }, "description": "Start Snapshot for Math" } }, "icons": { "32": "icons\/snapshot_for_math_icon_128.png", "128": "icons\/snapshot_for_math_icon_128.png" }, "content_security_policy": { "extension_pages": "default-src 'self';" }, "homepage_url": "https:\/\/snapshot-for-math.pdfwork.com", "default_locale": "en" }