Inspect and view changes in ChromeNote 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",
"app": {
"background": {
"scripts": [
"background.js",
"SNmodel.js"
]
}
},
"manifest_version": 2,
"name": "ChromeNote",
"version": "1.1.6",
"permissions": [
"storage",
"unlimitedStorage",
"https://simple-note.appspot.com/*"
],
"icons": {
"128": "CNicon128.png"
},
"description": "Notepad app that syncs with Simplenote. (A true Chrome App.)"
}