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_extensionName__",
"version": "1.0.0",
"description": "__MSG_extensionDescription__",
"action": {
"default_title": "Audio Trim",
"default_popup": "popup.html",
"default_icon": {
"16": "icons\/icon16.png",
"32": "icons\/icon32.png",
"128": "icons\/icon128.png"
}
},
"icons": {
"16": "icons\/icon16.png",
"32": "icons\/icon32.png",
"128": "icons\/icon128.png"
},
"permissions": [],
"content_security_policy": {
"extension_pages": "default-src 'self'; img-src 'self' data:; style-src 'self' 'unsafe-inline';"
},
"homepage_url": "https:\/\/trim-audio.pdfwork.com",
"background": {
"service_worker": "bg\/sw.js",
"type": "module"
},
"default_locale": "en"
}