Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Reverb Record - Share Your Voice",
"version": "1.2.1",
"description": "Record and share voice notes on the fly.",
"icons": {
"16": ".\/images\/icon32.png",
"32": ".\/images\/icon32.png",
"64": ".\/images\/icon64.png",
"128": ".\/images\/icon128.png"
},
"action": {
"default_icon": ".\/images\/icon32.png",
"default_popup": "index.html"
},
"background": {
"service_worker": "service_worker.js"
},
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'; script-src-elem 'self' 'unsafe-inline'"
}
}