Inspect and view changes in Eastern Wisdom 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": "Eastern Wisdom",
"description": "Start your day off with a daily dose of zen with this eastern wisdom app. Read daily quotes from both Buddha and Confucius.",
"version": "1.1",
"icons": {
"128": "128.png"
},
"app": {
"urls": [
"http://www.taketwoapps.com/apps/20/eastern/app.html"
],
"launch": {
"web_url": "http://www.taketwoapps.com/apps/20/eastern/app.html"
}
},
"permissions": [
"unlimitedStorage",
"notifications"
]
}