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_extension_name__",
"version": "1.2",
"description": "__MSG_extension_description__",
"permissions": [
"activeTab"
],
"action": {
"default_title": "Open Audio Recorder",
"default_popup": "popup\/popup.html"
},
"background": {
"service_worker": "background.js"
},
"commands": {
"toggle-recorder": {
"suggested_key": {
"default": "Ctrl+Shift+R",
"mac": "Command+Shift+R"
},
"description": "Open recorder popup"
}
},
"icons": {
"128": "icons\/icon128.png"
},
"content_security_policy": {
"extension_pages": "default-src 'self'; script-src 'self';"
},
"homepage_url": "https:\/\/free-audio-recorder.pdfwork.com",
"default_locale": "en"
}