Reach the Information Era before your opponents.
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": "Civilization Advances",
"description": "Reach the Information Era before your opponents.",
"version": "0.0.0.1",
"manifest_version": 2,
"icons": {
"16": "icon16x16.png",
"128": "roundIcon.128x1218.png"
},
"app": {
"urls": [
"http://planeta42.com/history/civilization/"
],
"launch": {
"web_url": "http://planeta42.com/history/civilization/"
}
}
}