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": "Speech to Text by cantonese.ai",
"description": "",
"version": "1.3.0",
"manifest_version": 3,
"icons": {
"16": "img\/logo-16.png",
"32": "img\/logo-34.png",
"48": "img\/logo-48.png",
"128": "img\/logo-128.png"
},
"action": {
"default_popup": "popup.html",
"default_icon": "img\/logo-48.png"
},
"options_page": "options.html",
"devtools_page": "devtools.html",
"background": {
"service_worker": "service-worker-loader.js",
"type": "module"
},
"content_scripts": [
{
"js": [
"assets\/injector.js-loader-5ac14b11.js"
],
"matches": [
"https:\/\/web.whatsapp.com\/*"
]
}
],
"side_panel": {
"default_path": "sidepanel.html"
},
"web_accessible_resources": [
{
"matches": [
"https:\/\/web.whatsapp.com\/*"
],
"resources": [
"src\/contentScript\/script.js"
],
"use_dynamic_url": false
},
{
"matches": [],
"resources": [
"img\/logo-16.png",
"img\/logo-34.png",
"img\/logo-48.png",
"img\/logo-128.png"
],
"use_dynamic_url": false
},
{
"matches": [
"https:\/\/web.whatsapp.com\/*"
],
"resources": [
"assets\/chunk-fe05b1d0.js"
],
"use_dynamic_url": true
}
],
"permissions": [
"storage",
"tabs"
]
}