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",
"name": "__MSG_extName__",
"default_locale": "en",
"version": "1.6.0",
"description": "__MSG_extDescription__",
"icons": {
"128": "icon.png"
},
"manifest_version": 3,
"minimum_chrome_version": "122",
"homepage_url": "https:\/\/github.com\/chunibyocola\/HBR-Damage-Simulation-issues",
"action": {
"default_title": "__MSG_extName__"
},
"background": {
"service_worker": "background.js"
},
"permissions": [
"storage"
],
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'"
}
}