{
  "name": "OMNISTAR Creator Universe",
  "short_name": "OMNISTAR",
  "description": "The most powerful all-in-one creator platform ever built",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#000000",
  "theme_color": "#8b5cf6",
  "orientation": "portrait-primary",
  "scope": "/",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": [
    "entertainment",
    "music",
    "video",
    "social"
  ],
  "screenshots": [
    {
      "src": "/screenshot-mobile.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "narrow"
    },
    {
      "src": "/screenshot-desktop.png",
      "sizes": "1920x1080",
      "type": "image/png",
      "form_factor": "wide"
    }
  ],
  "shortcuts": [
    {
      "name": "Upload Content",
      "short_name": "Upload",
      "description": "Upload new content",
      "url": "/upload",
      "icons": [
        {
          "src": "/icon-upload.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Discover",
      "short_name": "Discover",
      "description": "Discover trending content",
      "url": "/discover",
      "icons": [
        {
          "src": "/icon-discover.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "For You",
      "short_name": "For You",
      "description": "Personalized feed",
      "url": "/for-you",
      "icons": [
        {
          "src": "/icon-foryou.png",
          "sizes": "96x96"
        }
      ]
    }
  ],
  "share_target": {
    "action": "/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "media",
          "accept": ["image/*", "video/*", "audio/*"]
        }
      ]
    }
  },
  "prefer_related_applications": false,
  "related_applications": [
    {
      "platform": "play",
      "url": "https://play.google.com/store/apps/details?id=com.omnistar.app",
      "id": "com.omnistar.app"
    },
    {
      "platform": "itunes",
      "url": "https://apps.apple.com/app/omnistar/id123456789"
    }
  ]
}
