Inspect and view changes in Serie Compartir. Secundaria 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. Secundaria 2. Interactivos",
"description": "En esta aplicación los docentes y los alumnos podrán consultar de manera interactiva los recursos de la serie Espacios Creativos.",
"version": "3.2",
"manifest_version": 3,
"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/*",
"https://supersweetdomainbutnotcspfriendly.com/",
"http://www.profesoresenred.com.mx/*",
"http://www.frontendmx.com/*",
"app.window.fullscreen"
],
"icons": {
"16": "icons/icosant-16.png",
"128": "icons/icosant-128.png"
}
}