{
  "name": "Freecomers - Your Global Local Film Network",
  "short_name": "Freecomers",
  "description": "A professional space where filmmakers, cast & crew and film enthusiasts connect, collaborate, and create locally and globally.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#00000044",
  "orientation": "portrait-primary",
  "scope": "/",
  "icons": [
    {
      "src": "/logo192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/logo512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/favicon.ico",
      "sizes": "64x64 32x32 24x24 16x16",
      "type": "image/x-icon"
    }
  ],
  "screenshots": [
    {
      "src": "/assets/freecomers-logo(1200 x 630).png",
      "sizes": "1200x630",
      "type": "image/png",
      "form_factor": "wide"
    }
  ],
  "categories": ["social", "networking", "entertainment", "film"],
  "shortcuts": [
    {
      "name": "Home",
      "short_name": "Home",
      "description": "Go to Home page",
      "url": "/home"
    },
    {
      "name": "Profile",
      "short_name": "Profile",
      "description": "View your profile",
      "url": "/profile"
    },
    {
      "name": "Notifications",
      "short_name": "Notifications",
      "description": "View notifications",
      "url": "/notification"
    }
  ],
  "launch_handler": {
    "client_mode": "focus-existing"
  }
}