{
  "name": "NovaReelOS",
  "short_name": "NovaReelOS",
  "description": "Create, share, and grow your creator business",
  "start_url": "/mobile",
  "display": "standalone",
  "background_color": "#000000",
  "theme_color": "#000000",
  "orientation": "portrait-primary",
  "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"
    },
    {
      "src": "/icons/icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "categories": ["social", "entertainment"],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Upload Video",
      "url": "/mobile?action=upload",
      "description": "Create a new post"
    },
    {
      "name": "Messages",
      "url": "/mobile/messages",
      "description": "View messages"
    },
    {
      "name": "Go LIVE",
      "url": "/mobile/live",
      "description": "Start or watch a livestream"
    },
    {
      "name": "Notifications",
      "url": "/mobile/notifications",
      "description": "View notifications"
    }
  ]
}
