The Next 'Textbook'
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": "nBook",
"description": "The Next 'Textbook'",
"version": "1.1.2",
"manifest_version": 2,
"icons": {
"128": "logo_128x128.png"
},
"app": {
"background": {
"scripts": [
"scripts/background.js"
]
}
},
"sandbox": {
"pages": [
"sandboxed.html",
"pages/embedded_ga_host.html"
]
},
"permissions": [
"unlimitedStorage",
"storage",
"fileSystem",
"notifications",
"http://*/",
"https://*/",
"webview"
]
}