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.3", "name": "__MSG_name__", "homepage_url": "https:\/\/signmaker.io\/", "description": "__MSG_description__", "default_locale": "en", "permissions": [], "host_permissions": [], "icons": { "128": "icons\/128.png" }, "options_page": "index.html", "background": { "service_worker": "background.js" }, "content_scripts": [], "action": { "default_icon": { "128": "icons\/128.png" } }, "web_accessible_resources": [ { "resources": [ "popup.html", "js\/inject\/obfuscate.js", "js\/inject\/inject.bundle.js", "tawk\/*", "fonts\/*", "img\/*" ], "matches": [ "<all_urls>" ] } ] }