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",
"name": "Reverb Record - Share Your Voice",
"description": "Record and share voice notes on the fly.",
"version": "1.2.3",
"manifest_version": 3,
"background": {
"service_worker": "service_worker.js"
},
"permissions": [
"identity"
],
"action": {
"default_popup": "index.html",
"default_icon": "images\/icon32.png"
},
"icons": {
"16": "images\/icon32.png",
"32": "images\/icon32.png",
"64": "images\/icon64.png",
"128": "images\/icon128.png"
},
"content_security_policy": {
"extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self';"
},
"oauth2": {
"client_id": "1075441923224-fei4ed685rg1m6v7imda4ho798at33ug.apps.googleusercontent.com",
"scopes": [
"openid",
"profile",
"email",
"https:\/\/www.googleapis.com\/auth\/userinfo.email",
"https:\/\/www.googleapis.com\/auth\/userinfo.profile"
]
},
"content_scripts": [
{
"matches": [
"https:\/\/docs.google.com\/*"
],
"js": [
"content.js"
]
}
],
"web_accessible_resources": [
{
"resources": [
"index.html",
"content.js",
"images\/*"
],
"matches": [
"https:\/\/docs.google.com\/*"
]
}
]
}