Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_appName__", "description": "__MSG_shortDesc__", "version": "2.9", "icons": { "16": "\/icons\/logo-16.png", "32": "\/icons\/logo-128.png", "48": "\/icons\/logo-128.png", "128": "\/icons\/logo-128.png" }, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAvyLU3KtQojP4AfzAAvm7RH4HdpbdVCkF1CSZK9zrNccHKh9SrwkznR51cwaeyci4jQUVSn7W\/JT5INeZ8lBNh+rulZSOkYAgNgeUs4Pkf2C33ODkZjEm2qr\/9gTorQ1aPZlN7rocyevBG2QasHlCPoOhgeIzMy9J97FjPZkfEQv5X4fngHDVi2rRbWElObxKN71oTXAMRBibKX\/N6lpeibVRyFl\/7\/rWTAawCkFO3jarCzt\/2K3jEw9hWT1PZfAxVscGgod0F9LxYM69zV5caNhaqMo3JpSgNAkiDW908+RTQusKPSZm0HTbFp3u5fgANpU3t0T4dOSiVHhoVUg6\/wIDAQAB", "default_locale": "en", "permissions": [ "storage", "scripting", "contextMenus", "activeTab", "cookies", "tabs", "sidePanel" ], "commands": { "take-screenshot": { "description": "Take Screenshot", "suggested_key": { "default": "Ctrl+Shift+S", "mac": "Command+Shift+S" } } }, "action": [], "host_permissions": [ "<all_urls>" ], "web_accessible_resources": [ { "matches": [ "<all_urls>" ], "resources": [ "\/fonts\/*", "\/content-scripts\/main.css" ], "use_dynamic_url": false }, { "resources": [ "content-scripts\/main.css" ], "matches": [] } ], "background": { "type": "module", "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "https:\/\/mathai.online\/onboarding*", "https:\/\/mathai.online\/payment*" ], "js": [ "content-scripts\/communication.js" ] } ] }