Link to David Lee EdTech website
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"app": {
"urls": [
"http://davidleeedtech.org/"
],
"launch": {
"web_url": "http://davidleeedtech.org/"
}
},
"update_url": "https://clients2.google.com/service/update2/crx",
"description": "Link to David Lee EdTech website",
"name": "David Lee EdTech app",
"permissions": [
"unlimitedStorage",
"notifications"
],
"icons": {
"128": "128.png"
},
"manifest_version": 2,
"version": "1.1"
}