{
  "name": "Flirt App",
  "short_name": "Flirt",
  "description": "Flirt Socials - where every profile tells a story, and every conversation has the potential to turn into something beautiful. Join us today, and let the journey to meaningful connections begin.",
  "start_url": "/",
  "display": "standalone",
  "scope": "/",
  "orientation": "portrait",
  "background_color": "#C70039",
  "theme_color": "#252525",
  "dir": "ltr",
  "lang": "en-US",
  "id": "FlirtApp.App",
  "display_override": [
    "fullscreen",
    "standalone",
    "window-controls-overlay",
    "browser"
  ],
  "icons": [
    {
      "src": "/static/favicon/mobile_favicon/favicon-16x16.png",
      "sizes": "16x16",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/favicon/mobile_favicon/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/favicon/mobile_favicon/android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/static/favicon/mobile_favicon/android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Shortcut",
      "url": "/target",
      "description": "Shortcut to Flirt App"
    },
    {
      "name": "Open FlirtApp",
      "url": "/",
      "description": "Launch App"
    },
    {
      "name": "Home",
      "url": "/home",
      "description": "View your activity"
    },
    {
      "name": "Discover",
      "url": "/discover",
      "description": "View new profiles and matches"
    }
  ],
  "screenshots": [
    {
      "src": "/static/screenshot.png",
      "sizes": "418x847",
      "type": "image/png"
    },
    {
      "src": "/static/screenshot-2.png",
      "sizes": "750x1334",
      "type": "image/png"
    }
  ],
  "splash_screens": [
    {
      "src": "/static/SplashScreen.png",
      "media": "(device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2)"
    },
    {
      "src": "/static/SplashScreen.png",
      "media": "(min-width: 768px)"
    },
    {
      "src": "/static/SplashScreen.png",
      "media": "(min-width: 1024px)"
    }
  ],
  "protocol_handlers": [
    {
      "protocol": "web+music",
      "url": "/play?track=%s"
    }
  ],
  "edge_side_panel": {
    "preferred_width": 400
  },
  "prefer_related_applications": false,
  "iarc_rating_id": "18",
  "launch_handler": {
    "client_mode": ["navigate-existing", "focus-existing", "auto"]
  },
  "handle_links": "preferred",
  "share_target": {
    "action": "/handle-shared-content/",
    "method": "GET",
    "params": {
      "title": "title",
      "url": "url"
    }
  },
  "file_handlers": [
    {
      "action": "/open-pdf",
      "accept": {
        "application/pdf": [".pdf"]
      },
      "icons": [
        {
          "src": "/static/icons/pdf-icon.png",
          "sizes": "256x256",
          "type": "image/png"
        }
      ],
      "launch_type": "single-client"
    },
    {
      "action": "/show-model",
      "accept": {
        "application/sla": [".stl"],
        "application/octet-stream": [".fbx"]
      },
      "icons": [
        {
          "src": "/static/icons/3d-printer-icon.png",
          "sizes": "256x256",
          "type": "image/png"
        }
      ],
      "launch_type": "multiple-clients"
    }
  ]
}