manifest.json 425 B

123456789101112131415161718192021
  1. {
  2. "name": "Forward POS",
  3. "short_name": "FPOS",
  4. "description": "Forward POS",
  5. "start_url": "/",
  6. "display": "standalone",
  7. "theme_color": "#3f51b5",
  8. "background_color": "#3f51b5",
  9. "icons": [
  10. {
  11. "src": "images/forward-192x192.png",
  12. "sizes": "192x192",
  13. "type": "image/png"
  14. },
  15. {
  16. "src": "images/forward-512x512.png",
  17. "sizes": "512x512",
  18. "type": "image/png"
  19. }
  20. ]
  21. }