Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"manifest_version": 3,
"version": "3.1.1",
"name": "__MSG_appName__",
"description": "__MSG_appDesc__",
"author": "[email protected]",
"default_locale": "en",
"offline_enabled": true,
"action": {
"default_popup": "index.html",
"default_icon": {
"16": "\/icons\/16.png",
"32": "\/icons\/32.png",
"48": "\/icons\/48.png",
"128": "\/icons\/128.png",
"512": "\/icons\/512.png"
}
},
"side_panel": {
"default_path": "index.html?win=true"
},
"icons": {
"16": "\/icons\/16.png",
"32": "\/icons\/32.png",
"48": "\/icons\/48.png",
"128": "\/icons\/128.png",
"512": "\/icons\/512.png"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"assets\/tooltip.js"
],
"run_at": "document_end",
"all_frames": true
}
],
"permissions": [
"storage",
"sidePanel"
],
"commands": {
"_execute_action": {
"suggested_key": {
"default": "Alt+Q"
}
}
},
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAgfyvRM+Fo1cZoF86Z15LZlhh0TuLu7Z\/zx63liiK1ln32zwMJLKWupGcceq3IKqNKFsTGgQXF4dtWclkv3gxIkUsuEu9wtYG3cKjyH8u9DeCvjHEvXeuTqUrOtBEajdphO9Wlb8GRXMoo8lSFLZRVQnLMjYvaYbwUOJxLF+R7XSbLlIRpwlr3YYdesfM7SRtt63jZf1pxUABGlQwhNMoSiIx2ViJ6MjPJPae80m42eV43lg8jGXXJz3GYJ1mZ7EdXwH7Jxh+69RJ7Unvwi+RCz3sTqVTfKwNIEVxurFhdvOedrHOV8rRgGMMC785P8lv2j4xk+siqNPyi7RREzS2LQIDAQAB",
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
}