{
  "id": "/",
  "name": "EliteFit",
  "short_name": "EliteFit",
  "description": "Fitness and business management platform for gyms, fitness centers and sports clubs",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "background_color": "#080c10",
  "theme_color": "#00f0a0",
  "orientation": "portrait",
  "lang": "en",
  "dir": "ltr",
  "categories": ["business", "fitness", "productivity"],
  "iarc_rating_id": "",
  "prefer_related_applications": false,
  "related_applications": [],
  "launch_handler": {
    "client_mode": "navigate-existing"
  },
  "edge_side_panel": {
    "preferred_width": 400
  },
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "url": "/dashboard",
      "description": "Open dashboard",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Sales",
      "short_name": "Sales",
      "url": "/dashboard/sales",
      "description": "View sales",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Members",
      "short_name": "Members",
      "url": "/dashboard/members",
      "description": "Manage members",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Analytics",
      "short_name": "Analytics",
      "url": "/dashboard/analytics",
      "description": "View analytics",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "form_factor": "wide",
      "label": "EliteFit Dashboard"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "EliteFit Mobile"
    }
  ],
  "protocol_handlers": [
    {
      "protocol": "web+elitefit",
      "url": "/dashboard?action=%s"
    }
  ],
  "share_target": {
    "action": "/dashboard",
    "method": "GET",
    "params": {
      "title": "name",
      "text": "description",
      "url": "link"
    }
  },
  "file_handlers": [
    {
      "action": "/dashboard/invoice",
      "accept": {
        "text/csv": [".csv"]
      }
    }
  ],
  "note_taking": {
    "new_note_url": "/dashboard/invoice?section=analysis"
  },
  "scope_extensions": [
    { "origin": "*.foodify.uz" }
  ],
  "handle_links": "preferred",
  "widgets": []
}
