Examine source code of Curso Catolico

Inspect and view changes in Curso Catolico 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": "Curso Catolico",
  "version": "1.2",
  "description": "Curso Católico gratuito de iniciación en la Fe, espiritualidad, doctrina, Biblia, y forma de vida Cristiana.",
  "icons": {
    "128": "favicon.png",
    "192": "favicon192.png",
    "512": "favicon512.png"
  },
  "author": "Mensajero Catolico",
  "offline_enabled": false,
  "homepage_url": "http://www.cursocatolico.com/",
  "app": {
    "urls": [
      "http://*.cursocatolico.com/"
    ],
    "launch": {
      "web_url": "http://www.cursocatolico.com/",
      "container": "tab"
    }
  }
}