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": "__MSG_appName__",
"version": "1.1.1",
"description": "__MSG_appDesc__",
"manifest_version": 3,
"author": "SonicCaption",
"background": {
"service_worker": "background.js"
},
"permissions": [
"identity",
"identity.email",
"tabs",
"activeTab",
"storage",
"downloads",
"tabCapture",
"offscreen",
"scripting"
],
"host_permissions": [
"https:\/\/*.cloudfunctions.net\/*",
"https:\/\/*.soniccaption.com\/*",
"https:\/\/*.posthog.com\/*"
],
"action": {
"default_title": "__MSG_appName__",
"default_icon": "\/imgs\/icon128.png",
"default_popup": "popup.html"
},
"icons": {
"16": "\/imgs\/icon128.png",
"32": "\/imgs\/icon128.png",
"48": "\/imgs\/icon128.png",
"128": "\/imgs\/icon128.png"
},
"web_accessible_resources": [
{
"resources": [
"imgs\/*"
],
"matches": [
"https:\/\/*\/*"
]
}
],
"default_locale": "en"
}