manifest.webapp 516 B

123456789101112131415161718192021
  1. {
  2. "name": "Jeunes et engagés",
  3. "short_name": "Jee",
  4. // "icons": [{
  5. // "src": "icon/lowres",
  6. // "sizes": "64x64",
  7. // "type": "image/webp"
  8. // }, {
  9. // "src": "icon/hd_small",
  10. // "sizes": "64x64"
  11. // }, {
  12. // "src": "icon/hd_hi",
  13. // "sizes": "128x128",
  14. // "density": 2
  15. // }],
  16. // "scope": "/racer/",
  17. // "start_url": "/racer/start.html",
  18. "display": "fullscreen",
  19. "orientation": "landscape",
  20. "chrome": { "navigation": true }
  21. }