Inspect and view changes in Sudoku Anytime 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": "Sudoku Anytime",
"short_name": "Sudoku Anytime",
"description": "Sudoku Anytime",
"version": "2.3.4",
"minimum_chrome_version": "38",
"permissions": [
{
"fileSystem": [
"write",
"retainEntries",
"directory"
]
},
"storage"
],
"file_handlers": {
"text": {
"types": [
"text/*"
]
}
},
"app": {
"background": {
"scripts": [
"js/jquery-2.1.1.js",
"js/eventPage.js"
],
"persistent": false
}
},
"icons": {
"1": "assets/icon_SA_19.png",
"16": "assets/icon_SA_16.png",
"48": "assets/icon_SA_48.png",
"128": "assets/icon_SA_128.png"
}
}