-
Notifications
You must be signed in to change notification settings - Fork 0
/
manifest.json
66 lines (66 loc) · 1.74 KB
/
manifest.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"sources": {
"^#(.+)$": "./assets/desarrollos/$1/info.resx",
"^#(.+):loteador$": "./assets/desarrollos/$1/loteador.map",
"^#(.+):gallery$": "./assets/desarrollos/$1/gallery.resx",
"^#(.+):polygon$": "https://peninsularesidencial.mx/assets/desarrollos/$1/polygon.kml",
"#": "#desarrollos",
"^#(.+):info$": "#$1",
"#desarrollos": "./assets/desarrollos.resx",
"#iconos": "./assets/iconos.resx",
"#site": "./assets/site.resx",
"#aviso_privacidad": "./assets/aviso_privacidad.resx",
"#caracteristicas": "./assets/caracteristicas.resx",
"#codigo_etica": "./assets/codigo_etica.resx",
"#terminos_condiciones": "./assets/terminos_condiciones.resx",
"^#(.+)~edit$": "#$1",
"#ws": {
"xover.socket.connect": [
"ws://localhost:8003",
{
"message": "#messages",
"hotreload": "event:hotreload",
"databaseChange": "event:databaseChange"
}
]
}
},
"session": {
"phone": "444-000-0000"
},
"state": {
"desarrollo": "${(xover.site.seed || '').replace(/^#/,'')}"
},
"start": [ "#desarrollos", "#site", "./navbar.html", "./footer.html", "./iconos.xslt", "#ws" ],
"settings": {
"~.asp": {
"headers": {
"x-referer-id": "${xover.session.referer_id}"
}
},
"~.map": {
"headers": {
"accept": "text/plain",
"cache": "no-store",
"Cache-Control": "no-cache"
}
},
"~.xslt||~.html": {
"headers": {
"Cache-Control": "max-age=0"
}
},
"^#(.+)~edit$": {
"stylesheets": [
{
"href": "resx-editor.xslt",
"target": "body",
"action": "append"
}
]
},
"#desarrollos": {
"hash": "#"
}
}
}