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_appName__",
"description": "__MSG_appDesc__",
"version": "1.2",
"default_locale": "en",
"manifest_version": 3,
"icons": {
"128": "\/icon\/extreme-drift-128x128.png"
},
"action": {
"default_icon": "\/icon\/extreme-drift-128x128.png",
"default_title": "Extreme Japan Drift Game"
},
"background": {
"service_worker": "\/background.js"
},
"content_security_policy": {
"sandbox": "sandbox allow-scripts; script-src 'self' 'unsafe-eval' blob: 'unsafe-inline'; object-src 'self' 'unsafe-eval' 'unsafe-inline';child-src 'self' 'unsafe-eval' 'unsafe-inline' ; worker-src 'self' 'unsafe-eval' blob: 'unsafe-inline'; script-src-elem 'self' 'unsafe-eval' blob: 'unsafe-inline'"
},
"sandbox": {
"pages": [
"index.html"
]
}
}