manifest.webmanifest 457 B

123456789101112131415161718
  1. {
  2. "name": "ArozOS Mobile",
  3. "short_name": "ArozOS",
  4. "start_url": "./mobile.system",
  5. "display": "standalone",
  6. "background_color": "#f2f2f2",
  7. "description": "Connecting to your arozos with one shortcut",
  8. "icons": [{
  9. "src": "img/public/pwa/192.png",
  10. "sizes": "192x192",
  11. "type": "image/png"
  12. },
  13. {
  14. "src": "img/public/pwa/512.png",
  15. "sizes": "512x512",
  16. "type": "image/png"
  17. }]
  18. }