Inspect and view changes in Lone Warrior 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": "Lone Warrior",
"description": "The Kingdom has fallen and only one warrior remains. Players will have to fend off as many Ninjas as possible until the end.",
"version": "0.0.0.9",
"manifest_version": 2,
"content_security_policy": "script-src 'self' https://www.google.com; object-src 'self'",
"app": {
"launch": {
"local_path": "index.html"
}
},
"icons": {
"16": "smalllogo.png",
"128": "logo128.png"
}
}