123456789101112131415161718192021 |
- {
- "name": "Forward POS",
- "short_name": "FPOS",
- "description": "Forward POS",
- "start_url": "/",
- "display": "standalone",
- "theme_color": "#3f51b5",
- "background_color": "#3f51b5",
- "icons": [
- {
- "src": "images/forward-192x192.png",
- "sizes": "192x192",
- "type": "image/png"
- },
- {
- "src": "images/forward-512x512.png",
- "sizes": "512x512",
- "type": "image/png"
- }
- ]
- }
|