Mormon Channel

Mormon Channel

This app is just a link that goes directly to the online Mormon Channel.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "name": "Mormon Channel",
  "description": "This app is just a link that goes directly to the online Mormon Channel.",
  "version": "1.0",
  "manifest_version": 2,
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "app": {
    "urls": [
      "http://www.mormonchannel.org/"
    ],
    "launch": {
      "web_url": "http://www.mormonchannel.org/"
    }
  },
  "permissions": [
    "unlimitedStorage",
    "notifications"
  ]
}