Inspect and view changes in Clicker Writer Legacy 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": "Clicker Writer Legacy",
"short_name": "Clicker Writer Legacy",
"version": "1.0.8.73",
"minimum_chrome_version": "53",
"icons": {
"16": "images/icon_16.png",
"32": "images/icon_32.png",
"64": "images/icon_64.png",
"128": "images/icon_128.png",
"256": "images/icon_256.png"
},
"app": {
"background": {
"scripts": [
"background.js"
]
}
},
"offline_enabled": true,
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEArDudzloJ20/0j/9DsZoMwiHRHwwHg2GtqctQBlKYHgDJ2q4FGAUU0yyj5qkYD8MFzEae3HDGWPSV3f748vJgL7viV24uvwxd8TPtmqLiDUun7f5zzCW0it/g70J2376vsGLzWnJsvDmARG3PwA+EnGjABMu8vTbpxJITJo24gwS3O7YwDhTZAkd5zT1JM5pAhlLg9SqdWJCDjCnlEyn2mXmwuCjoWSUgAVg4eWGLAutLv+6QqBgEGwuV3gJRlfs1Cmzo/0g8TZQqCC7KwFErOr71bl93Wc2rfu7SSkgCKZD2kJv8qGlV+wnDWQcIFyEe5Uj/DwEIzuPj4dIHl+DJ+QIDAQAB",
"oauth2": {
"client_id": "983489597381-ni1t95brjn4jncpg6nd77opla2ivktb9.apps.googleusercontent.com",
"scopes": [
"https://www.googleapis.com/auth/userinfo.email",
"https://www.googleapis.com/auth/userinfo.profile",
"https://www.googleapis.com/auth/drive",
"https://www.googleapis.com/auth/gmail.send"
]
},
"permissions": [
"gcm",
"tts",
{
"fileSystem": [
"write",
"retainEntries",
"directory"
]
},
"storage",
"alarms",
"notifications",
"syncFileSystem",
"identity",
"audioCapture",
"videoCapture",
"unlimitedStorage",
"clipboardRead",
"identity",
"identity.email",
"webview",
"contextMenus",
"clipboardWrite",
"https://ssl.gstatic.com/",
"https://www.googleapis.com/*",
"https://accounts.google.com/*",
"https://apps.cricksoft.com/*",
"http://www.learninggrids.com/*"
],
"file_handlers": {
"document": {
"extensions": [
"clkd",
"clkc",
"clks",
"cdoc"
]
}
}
}