{
  "id": "/",
  "name": "GossipX — Know what's happening around you",
  "short_name": "GossipX",
  "description": "Know what's happening around you — a live information network for the communities you belong to.",
  "lang": "en",
  "dir": "ltr",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": [
    "standalone",
    "minimal-ui"
  ],
  "orientation": "portrait",
  "background_color": "#030304",
  "theme_color": "#050506",
  "categories": [
    "social",
    "news",
    "lifestyle"
  ],
  "icons": [
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icon-192.png?v=3",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png?v=3",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-192-maskable.png?v=3",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon-512-maskable.png?v=3",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "New Spill",
      "short_name": "Spill",
      "description": "Share something with your community",
      "url": "/?action=compose&source=pwa"
    },
    {
      "name": "Messages",
      "short_name": "Messages",
      "description": "Open your GossipX chats",
      "url": "/?tab=messages&source=pwa"
    },
    {
      "name": "Notifications",
      "short_name": "Alerts",
      "url": "/?tab=notifications&source=pwa"
    },
    {
      "name": "Explore",
      "short_name": "Explore",
      "url": "/?tab=explore&source=pwa"
    }
  ],
  "share_target": {
    "action": "/share-target",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "media",
          "accept": [
            "image/jpeg",
            "image/png",
            "image/webp",
            "image/gif",
            "video/mp4",
            "video/webm",
            "video/quicktime"
          ]
        }
      ]
    }
  },
  "screenshots": [
    {
      "src": "/assets/screenshots/home-feed.webp",
      "sizes": "720x1279",
      "type": "image/webp",
      "form_factor": "narrow",
      "label": "GossipX home feed"
    },
    {
      "src": "/assets/screenshots/chat.webp",
      "sizes": "720x1234",
      "type": "image/webp",
      "form_factor": "narrow",
      "label": "GossipX chat"
    },
    {
      "src": "/assets/screenshots/profile.webp",
      "sizes": "720x1279",
      "type": "image/webp",
      "form_factor": "narrow",
      "label": "GossipX profile"
    }
  ]
}
