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": "WhatScribe - Transcribe,Summarize & Translate Whatsapp Web Voices",
"version": "1.0.5",
"description": "Transcribe, summarize, and translate WhatsApp Web voice message, all completely for Free!",
"host_permissions": [
"https:\/\/api.assemblyai.com\/*",
"https:\/\/hassan123456.pythonanywhere.com\/*",
"*:\/\/web.whatsapp.com\/*",
"https:\/\/www.google.com\/*",
"https:\/\/developer.chrome.com\/docs\/extensions\/reference\/api\/debugger"
],
"permissions": [
"tabs",
"debugger",
"storage"
],
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"matches": [
"*:\/\/web.whatsapp.com\/*"
],
"js": [
"content.js",
"popup.js"
],
"css": [
"styles.css"
]
}
],
"icons": {
"16": "img\/16icon.png",
"48": "img\/16icon.png",
"128": "img\/250icon.png"
},
"action": {
"default_icon": {
"16": "img\/16icon.png",
"48": "img\/16icon.png",
"128": "img\/250icon.png"
},
"default_popup": "popup.html"
},
"web_accessible_resources": [
{
"resources": [
"img\/welcome.png",
"img\/warning.png",
"img\/arrows.gif"
],
"matches": [
"https:\/\/web.whatsapp.com\/*"
]
}
]
}