| 1 | { |
| 2 | "name": "Agent Zero", |
| 3 | "short_name": "Agent Zero", |
| 4 | "description": "Autonomous AI agent", |
| 5 | "start_url": "/", |
| 6 | "display": "standalone", |
| 7 | "background_color": "#1a1a1a", |
| 8 | "theme_color": "#333333", |
| 9 | "icons": [ |
| 10 | { |
| 11 | "src": "/public/icon-maskable.svg", |
| 12 | "sizes": "any", |
| 13 | "type": "image/svg+xml", |
| 14 | "purpose": "maskable" |
| 15 | }, |
| 16 | { |
| 17 | "src": "/public/icon.svg", |
| 18 | "sizes": "any", |
| 19 | "type": "image/svg+xml", |
| 20 | "purpose": "any" |
| 21 | } |
| 22 | ] |
| 23 | } |