Examine source code of Serie Compartir. Primaria 2. Interactivos

Inspect and view changes in Serie Compartir. Primaria 2. Interactivos 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",
  "name": "Serie Compartir. Primaria 2. Interactivos",
  "description": "Aquí podrás consultar los Recursos Digitales de la serie Compartir.",
  "version": "3.0",
  "manifest_version": 2,
  "app": {
    "background": {
      "scripts": [
        "background.js"
      ]
    }
  },
  "permissions": [
    "webview",
    "browser",
    "identity",
    "identity.email",
    "app.window.fullscreen.overrideEsc",
    "https://accounts.google.com/*",
    "https://www.googleapis.com/*",
    "http://oficinamx.com/digital/*",
    "https://packgoogle-pro.s3.amazonaws.com/*",
    "http://www.profesoresenred.com.mx/*",
    "app.window.fullscreen"
  ],
  "icons": {
    "16": "icons/icosant-16.png",
    "128": "icons/icosant-128.png"
  }
}