Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "__MSG_appName__",
"description": "__MSG_shortDesc__",
"default_locale": "en",
"version": "1.15",
"oauth2": {
"client_id": "451846344656-7utd68g7loapbdvvt1s4k0mrhp860nuv.apps.googleusercontent.com",
"scopes": [
"https:\/\/www.googleapis.com\/auth\/userinfo.profile",
"https:\/\/www.googleapis.com\/auth\/drive.file"
]
},
"action": {
"default_title": "Transcribe Audio To Text Refactored",
"default_icon": {
"16": "icons\/16.png",
"32": "icons\/32.png",
"48": "icons\/48.png",
"64": "icons\/64.png",
"128": "icons\/128.png",
"256": "icons\/256.png",
"512": "icons\/512.png"
}
},
"background": {
"service_worker": "scripts\/background.ChUDGlmH.js",
"type": "module"
},
"permissions": [
"sidePanel",
"offscreen",
"storage",
"tabs",
"tabCapture",
"identity"
],
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"js": [
"scripts\/script.l0sNRNKZ.js"
],
"run_at": "document_idle"
}
],
"host_permissions": [
"<all_urls>"
],
"side_panel": {
"default_path": "pages\/sidebar\/index.html"
},
"web_accessible_resources": [
{
"resources": [
"fonts\/*",
"pages\/*",
"scripts\/*",
"*.js"
],
"matches": [
"<all_urls>"
],
"use_dynamic_url": true
}
],
"icons": {
"16": "icons\/16.png",
"32": "icons\/32.png",
"48": "icons\/48.png",
"64": "icons\/64.png",
"128": "icons\/128.png",
"256": "icons\/256.png",
"512": "icons\/512.png"
}
}