Eastern Wisdom

Eastern Wisdom

Start your day off with a daily dose of zen with this eastern wisdom app. Read daily quotes from both Buddha and Confucius.

Additional files are visible only to premium users

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"
  ]
}