Andreu | 0d0f9fd | 2019-09-23 03:56:08 +0200 | [diff] [blame] | 1 | { |
| 2 | "name": "PastanagAPP", |
| 3 | "theme_color": "#36a000", |
| 4 | "background_color": "#ffa82e", |
| 5 | "display": "standalone", |
| 6 | "orientation": "portrait", |
| 7 | "Scope": "/beta/", |
| 8 | "start_url": "/beta/main.php", |
| 9 | "icons": [ |
| 10 | { |
| 11 | "src": "images/icons/icon-72x72.png", |
| 12 | "sizes": "72x72", |
| 13 | "type": "image/png" |
| 14 | }, |
| 15 | { |
| 16 | "src": "images/icons/icon-96x96.png", |
| 17 | "sizes": "96x96", |
| 18 | "type": "image/png" |
| 19 | }, |
| 20 | { |
| 21 | "src": "images/icons/icon-128x128.png", |
| 22 | "sizes": "128x128", |
| 23 | "type": "image/png" |
| 24 | }, |
| 25 | { |
| 26 | "src": "images/icons/icon-144x144.png", |
| 27 | "sizes": "144x144", |
| 28 | "type": "image/png" |
| 29 | }, |
| 30 | { |
| 31 | "src": "images/icons/icon-152x152.png", |
| 32 | "sizes": "152x152", |
| 33 | "type": "image/png" |
| 34 | }, |
| 35 | { |
| 36 | "src": "images/icons/icon-192x192.png", |
| 37 | "sizes": "192x192", |
| 38 | "type": "image/png" |
| 39 | }, |
| 40 | { |
| 41 | "src": "images/icons/icon-384x384.png", |
| 42 | "sizes": "384x384", |
| 43 | "type": "image/png" |
| 44 | }, |
| 45 | { |
| 46 | "src": "images/icons/icon-512x512.png", |
| 47 | "sizes": "512x512", |
| 48 | "type": "image/png" |
| 49 | } |
| 50 | ], |
| 51 | "splash_pages": null |
| 52 | } |