Inspect and view changes in Conquest 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": "Conquest",
"version": "0.0.1",
"manifest_version": 2,
"offline_enabled": true,
"description": "A remake of the classic Lords of Conquest for C64 implemented in JavaScript",
"icons": {
"16": "icons/icon-16.png",
"48": "icons/icon-48.png",
"128": "icons/icon-128.png"
},
"app": {
"background": {
"scripts": [
"background.js"
]
}
}
}