Inspect and view changes in American Halloween Story source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"update_url": "https://clients2.google.com/service/update2/crx",
"app": {
"launch": {
"local_path": "index.html"
}
},
"description": "American Halloween Story is a survival game featuring classic horror movie monsters trying to make it to your house.",
"icons": {
"16": "icon_16.png",
"96": "icon_96.png",
"128": "icon_128.png"
},
"permissions": [
"webview"
],
"manifest_version": 2,
"name": "American Halloween Story",
"version": "0.0.0.3"
}