| 1 | { |
| 2 | "short_name": "Formulario PWA", |
| 3 | "name": "PWA con Formulario", |
| 4 | "id": "/index.html", |
| 5 | "start_url": "/index.html", |
| 6 | "display": "standalone", |
| 7 | "theme_color": "#fffbfe", |
| 8 | "background_color": "#fffbfe", |
| 9 | "display_override": [ |
| 10 | "window-controls-overlay" |
| 11 | ], |
| 12 | "description": "PWA con componentes de Material Design.", |
| 13 | "screenshots": [ |
| 14 | { |
| 15 | "src": "/img/screenshot_horizontal.png", |
| 16 | "sizes": "760x384", |
| 17 | "type": "image/png", |
| 18 | "form_factor": "wide", |
| 19 | "label": "PWA con Material Design" |
| 20 | }, |
| 21 | { |
| 22 | "src": "/img/screenshot_vertical.png", |
| 23 | "sizes": "557x759", |
| 24 | "type": "image/png", |
| 25 | "form_factor": "narrow", |
| 26 | "label": "PWA con Material Design (2)" |
| 27 | } |
| 28 | ], |
| 29 | "icons": [ |
| 30 | { |
| 31 | "purpose": "maskable", |
| 32 | "sizes": "2730x2730", |
| 33 | "src": "img/maskable_icon.png", |
| 34 | "type": "image/png" |
| 35 | }, |
| 36 | { |
| 37 | "purpose": "maskable", |
| 38 | "sizes": "48x48", |
| 39 | "src": "img/maskable_icon_x48.png", |
| 40 | "type": "image/png" |
| 41 | }, |
| 42 | { |
| 43 | "purpose": "maskable", |
| 44 | "sizes": "72x72", |
| 45 | "src": "img/maskable_icon_x72.png", |
| 46 | "type": "image/png" |
| 47 | }, |
| 48 | { |
| 49 | "purpose": "maskable", |
| 50 | "sizes": "96x96", |
| 51 | "src": "img/maskable_icon_x96.png", |
| 52 | "type": "image/png" |
| 53 | }, |
| 54 | { |
| 55 | "purpose": "maskable", |
| 56 | "sizes": "128x128", |
| 57 | "src": "img/maskable_icon_x128.png", |
| 58 | "type": "image/png" |
| 59 | }, |
| 60 | { |
| 61 | "purpose": "maskable", |
| 62 | "sizes": "192x192", |
| 63 | "src": "img/maskable_icon_x192.png", |
| 64 | "type": "image/png" |
| 65 | }, |
| 66 | { |
| 67 | "purpose": "maskable", |
| 68 | "sizes": "384x384", |
| 69 | "src": "img/maskable_icon_x384.png", |
| 70 | "type": "image/png" |
| 71 | }, |
| 72 | { |
| 73 | "purpose": "maskable", |
| 74 | "sizes": "512x512", |
| 75 | "src": "img/maskable_icon_x512.png", |
| 76 | "type": "image/png" |
| 77 | }, |
| 78 | { |
| 79 | "purpose": "any", |
| 80 | "sizes": "2730x2730", |
| 81 | "src": "img/maskable_icon.png", |
| 82 | "type": "image/png" |
| 83 | }, |
| 84 | { |
| 85 | "purpose": "any", |
| 86 | "sizes": "48x48", |
| 87 | "src": "img/maskable_icon_x48.png", |
| 88 | "type": "image/png" |
| 89 | }, |
| 90 | { |
| 91 | "purpose": "any", |
| 92 | "sizes": "72x72", |
| 93 | "src": "img/maskable_icon_x72.png", |
| 94 | "type": "image/png" |
| 95 | }, |
| 96 | { |
| 97 | "purpose": "any", |
| 98 | "sizes": "96x96", |
| 99 | "src": "img/maskable_icon_x96.png", |
| 100 | "type": "image/png" |
| 101 | }, |
| 102 | { |
| 103 | "purpose": "any", |
| 104 | "sizes": "128x128", |
| 105 | "src": "img/maskable_icon_x128.png", |
| 106 | "type": "image/png" |
| 107 | }, |
| 108 | { |
| 109 | "purpose": "any", |
| 110 | "sizes": "192x192", |
| 111 | "src": "img/maskable_icon_x192.png", |
| 112 | "type": "image/png" |
| 113 | }, |
| 114 | { |
| 115 | "purpose": "any", |
| 116 | "sizes": "384x384", |
| 117 | "src": "img/maskable_icon_x384.png", |
| 118 | "type": "image/png" |
| 119 | }, |
| 120 | { |
| 121 | "purpose": "any", |
| 122 | "sizes": "512x512", |
| 123 | "src": "img/maskable_icon_x512.png", |
| 124 | "type": "image/png" |
| 125 | }, |
| 126 | { |
| 127 | "purpose": "any", |
| 128 | "sizes": "2048x2048", |
| 129 | "src": "img/icono2048.png", |
| 130 | "type": "image/png" |
| 131 | } |
| 132 | ] |
| 133 | } |