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",
"name": "__MSG_extName__",
"manifest_version": 3,
"description": "__MSG_extDescription__",
"version": "1.0.0",
"permissions": [
"contextMenus"
],
"default_locale": "en",
"background": {
"service_worker": "service-worker-loader.js",
"type": "module"
},
"content_scripts": [
{
"js": [
"assets\/content.js-loader-EY7q_p9W.js"
],
"matches": [
"https:\/\/*\/*.pdf"
],
"run_at": "document_end",
"match_about_blank": true,
"all_frames": true
}
],
"action": {
"default_title": "Click Open",
"default_popup": "src\/pages\/popup\/index.html",
"default_icon": {
"16": "src\/public\/images\/TeachAny_logo_16.png",
"32": "src\/public\/images\/TeachAny_logo_32.png",
"128": "src\/public\/images\/TeachAny_logo_128.png"
}
},
"icons": {
"16": "src\/public\/images\/TeachAny_logo_16.png",
"32": "src\/public\/images\/TeachAny_logo_32.png",
"128": "src\/public\/images\/TeachAny_logo_128.png"
},
"web_accessible_resources": [
{
"matches": [
"https:\/\/*\/*"
],
"resources": [
"assets\/content.js-BJAEJ1Xq.js"
],
"use_dynamic_url": false
}
]
}