Inspect and view changes in Crimson Wings 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",
"name": "Crimson Wings",
"description": "Get a chance to fly the awesome Crimson Wings stunt plane. Perform stunts and clear levels.",
"version": "0.2",
"manifest_version": 2,
"app": {
"background": {
"scripts": [
"background.js"
]
}
},
"icons": {
"16": "assets/icons/icon_16.png",
"32": "assets/icons/icon_32.png",
"48": "assets/icons/icon_48.png",
"128": "assets/icons/icon_128.png",
"192": "assets/icons/icon_192.png"
},
"short_name": "Crimson Wings",
"permissions": []
}