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",
"icons": {
"16": "icon16.plasmo.00ac8b83.png",
"32": "icon32.plasmo.9ad0c5b6.png",
"48": "icon48.plasmo.cae3a6b3.png",
"64": "icon64.plasmo.e4b604fc.png",
"128": "icon128.plasmo.b89b7dfa.png"
},
"manifest_version": 3,
"action": {
"default_icon": {
"16": "icon16.plasmo.00ac8b83.png",
"32": "icon32.plasmo.9ad0c5b6.png",
"48": "icon48.plasmo.cae3a6b3.png",
"64": "icon64.plasmo.e4b604fc.png",
"128": "icon128.plasmo.b89b7dfa.png"
}
},
"version": "2.1.2",
"author": "kongkongye",
"name": "__MSG_appName__",
"description": "__MSG_appDescription__",
"background": {
"service_worker": "static\/background\/index.js"
},
"options_ui": {
"page": "options.html",
"open_in_tab": true
},
"side_panel": {
"default_path": "sidepanel.html"
},
"permissions": [
"storage",
"scripting",
"sidePanel",
"tabs",
"activeTab"
],
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"IFrameCS.26275720.js"
],
"all_frames": true,
"css": []
},
{
"matches": [
"<all_urls>"
],
"js": [
"MainCS.277dcde3.js"
],
"css": []
},
{
"matches": [
"<all_urls>"
],
"js": [
"Main.00175a8f.js"
],
"css": []
}
],
"default_locale": "en",
"host_permissions": [
"https:\/\/*\/*",
"http:\/\/*\/*"
],
"web_accessible_resources": [
{
"resources": [
"*.css"
],
"matches": [
"<all_urls>"
]
}
],
"externally_connectable": {
"matches": [
"http:\/\/localhost:*\/*",
"https:\/\/*.vcaptions.com\/*"
]
},
"options_page": "options.html"
}