{
  "name": "PushOS by Vibe Scripts",
  "short_name": "PushOS",
  "description": "Push notifications for live events",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#060e1f",
  "theme_color": "#026FFF",
  "categories": ["business", "utilities"],
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Create Event",
      "short_name": "New Event",
      "url": "/?action=new-event",
      "description": "Create a new push notification event"
    },
    {
      "name": "View Events",
      "short_name": "Events",
      "url": "/?view=events",
      "description": "View all your events"
    }
  ],
  "prefer_related_applications": false
}