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": "Voice Notes",
"version": "1.0.0",
"description": "Voice Notes - Easy Mic Recorder Record all of your voice notes with a single click.",
"action": {
"default_popup": "popup.html",
"default_icons": {
"64": "Icons\/Icon 64.png"
}
},
"icons": {
"16": "Icons\/Icon 16.png",
"32": "Icons\/Icon 32.png",
"64": "Icons\/Icon 64.png",
"128": "Icons\/Icon 128.png"
},
"permissions": [
"contentSettings",
"notifications"
],
"background": {
"service_worker": "background.js"
}
}