Wisdom of the Bible

Wisdom of the Bible

This app will help you obtain wisdom from above by displaying various Bible proverbs each day.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Wisdom of the Bible",
  "description": "This app will help you obtain wisdom from above by displaying various Bible proverbs each day.",
  "version": "1.0",
  "icons": {
    "128": "128.png"
  },
  "app": {
    "urls": [
      "http://www.taketwoapps.com/apps/20/proverbs/app.html"
    ],
    "launch": {
      "web_url": "http://www.taketwoapps.com/apps/20/proverbs/app.html"
    }
  },
  "permissions": [
    "unlimitedStorage",
    "notifications"
  ]
}