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_name__", "homepage_url": "https:\/\/signmaker.io\/", "description": "__MSG_description__", "default_locale": "en", "permissions": [ "activeTab", "storage", "unlimitedStorage" ], "host_permissions": [ "https:\/\/mail.google.com\/*", "https:\/\/mail.yahoo.com\/*", "https:\/\/outlook.live.com\/*" ], "icons": { "128": "icons\/128.png" }, "options_page": "index.html", "background": { "service_worker": "js\/background.js" }, "content_scripts": [ { "matches": [ "https:\/\/mail.google.com\/*", "https:\/\/mail.yahoo.com\/*", "https:\/\/outlook.live.com\/*" ], "js": [ "js\/inject\/content.bundle.js" ], "run_at": "document_end" } ], "action": { "default_icon": { "128": "icons\/128.png" } }, "web_accessible_resources": [ { "resources": [ "popup.html", "js\/inject\/obfuscate.js", "js\/inject\/inject.bundle.js", "fonts\/*", "img\/*" ], "matches": [ "https:\/\/mail.google.com\/*", "https:\/\/mail.yahoo.com\/*", "https:\/\/outlook.live.com\/*" ] } ], "version": "1.0.6" }