Catholic Mass and Gospels

Catholic Mass and Gospels

Video of the Daily Mass and the Gospels of Matthew, Mark, Luke and John

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Catholic Mass and Gospels",
  "manifest_version": 2,
  "description": "Video of the Daily Mass and the Gospels of Matthew, Mark, Luke and John",
  "version": "1.8",
  "permissions": [
    "webview"
  ],
  "optional_permissions": [
    "tabs",
    "http://*.youtube.com/"
  ],
  "icons": {
    "16": "chrome-icon16.png",
    "128": "chrome-icon.png"
  },
  "app": {
    "background": {
      "scripts": [
        "background.js"
      ]
    }
  }
}