-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest.json
More file actions
21 lines (21 loc) · 891 Bytes
/
manifest.json
File metadata and controls
21 lines (21 loc) · 891 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"name": "SISTEMATIZACIÓN DE LA EXPERIENCIA DEL PROGRAMA DE GESTIÓN DEL RIESGO DE PUTUMAYO",
"description": "La sistematización tuvo como objetivos analizar los procesos y actividades del PGSR, para generar así nuevos conocimientos y aprendizajes que permitan fortalecer el programa, y generar una herramienta informática para la consulta y el seguimiento de resultados, procesos y compromisos que resulten del programa, alimentada con indicadores generados por éste proyecto.",
"version": "0.1",
"manifest_version": 2,
"app": {
"background": {
"scripts": ["js/background.js"]
}
},
"icons": {
"16": "images/icono-app.png",
"128": "images/icono-app.png"
},
"permissions": [
"unlimitedStorage",
"notifications",
"https://server.arcgisonline.com/ArcGIS/rest/services/Canvas/World_Light_Gray_Base/MapServer/tile/*",
"webview"
]
}