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": "__MSG_appName__",
"description": "__MSG_shortDesc__",
"default_locale": "en",
"version": "3.1",
"oauth2": {
"client_id": "277749859288-721fsl7jdatt39pdujtcr5pnku2eupdu.apps.googleusercontent.com",
"scopes": [
"https:\/\/www.googleapis.com\/auth\/userinfo.profile",
"https:\/\/www.googleapis.com\/auth\/drive.file"
]
},
"action": {
"default_title": "Whisper AI"
},
"background": {
"service_worker": "scripts\/background.DULsQGtM.js",
"type": "module"
},
"permissions": [
"storage",
"identity",
"sidePanel"
],
"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"
}
}