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",
"manifest_version": 3,
"name": "UseVoice AI transcription and translator and speech-to-text",
"version": "1.1.0.0",
"version_name": "1.1.0",
"action": {
"default_popup": "index.html"
},
"permissions": [
"contextMenus",
"activeTab",
"storage"
],
"icons": {
"128": "src\/assets\/icon.png"
},
"background": {
"service_worker": "service-worker-loader.js",
"type": "module"
},
"content_scripts": [
{
"js": [
"assets\/content.tsx-loader-JKpgOOUo.js"
],
"matches": [
"*:\/\/*\/*"
],
"css": [
"assets\/index-F-31xaZL.css",
"assets\/content-r-9bSQQ5.css"
]
}
],
"web_accessible_resources": [
{
"matches": [
"<all_urls>"
],
"resources": [
"src\/assets\/*.svg"
],
"use_dynamic_url": false
},
{
"matches": [
"*:\/\/*\/*"
],
"resources": [
"assets\/index-DMXrDL56.js",
"assets\/constants-BvumPvk2.js",
"assets\/content.tsx-BDk9QOAQ.js"
],
"use_dynamic_url": true
}
],
"host_permissions": [
"*:\/\/*\/*"
]
}