Inspect and view changes in Learn Chu Nom 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",
"manifest_version": 2,
"name": "Learn Chu Nom",
"short_name": "Chu Nom",
"version": "3.9.5",
"description": "This is a game to learn Chu Nom.",
"icons": {
"16": "Images/FavIcon16.png",
"48": "Images/FavIcon48.png",
"128": "Images/FavIcon128.png"
},
"app": {
"background": {
"scripts": [
"Viet.js",
"VietLevel.js",
"VietTalk.js",
"VietTests0.js",
"VietTests1.js",
"VietTests2.js",
"VietTests3.js",
"VietTests4.js",
"VietTests5.js",
"VietTests6.js",
"VietTests7.js",
"VietTests8.js",
"VietTime.js",
"VietGame.js",
"VietListen.js",
"VietKey.js",
"VietBook.js"
]
}
},
"offline_enabled": true
}