manifest.json 431 B

123456789101112131415161718
  1. {
  2. "name": "Freifunk",
  3. "icons": [
  4. {
  5. "src": "/icons/android-chrome-192x192.png?v=2",
  6. "sizes": "192x192",
  7. "type": "image/png"
  8. },
  9. {
  10. "src": "/icons/android-chrome-512x512.png?v=2",
  11. "sizes": "512x512",
  12. "type": "image/png"
  13. }
  14. ],
  15. "theme_color": "#dc0067",
  16. "background_color": "#dc0067",
  17. "display": "standalone"
  18. }