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, "version": "1.0.13", "name": "__MSG_name__", "homepage_url": "https:\/\/signmaker.io\/", "description": "__MSG_description__", "default_locale": "en", "permissions": [ "activeTab" ], "options_page": "index.html", "icons": { "128": "icons\/128.png" }, "background": { "service_worker": "js\/background.js" }, "action": { "default_icon": { "128": "icons\/128.png" } }, "content_security_policy": { "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self';" } }