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": "Brick Blaster",
"version": "0.1.3",
"description": "Bounce the balls to destroy all bricks!",
"icons": {
"16": "images\/logo.png",
"48": "images\/logo.png",
"128": "images\/logo.png"
},
"action": {
"default_popup": "index.html",
"default_icon": "images\/logo.png"
},
"permissions": [
"storage"
],
"offline_enabled": true,
"content_security_policy": {
"extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'"
}
}