manifest.json 534 B

12345678910111213141516171819202122
  1. {
  2. "short_name": "MobiParc",
  3. "name": "MobiParc",
  4. "description": "Suivi mobile d'activite du Parc Departemental d'Erstein",
  5. "display": "standalone",
  6. "start_url": "./",
  7. "theme_color": "#587b8c",
  8. "background_color": "#FFF",
  9. "orientation": "portrait",
  10. "icons": [
  11. {
  12. "src": "img/tools_128.png",
  13. "sizes": "128x128",
  14. "type": "image/png"
  15. },
  16. {
  17. "src": "img/tools_512.png",
  18. "sizes": "512x512",
  19. "type": "image/png"
  20. }
  21. ]
  22. }