site.webmanifest 443 B

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