{
  "name": "Pedi N Nails",
  "short_name": "Pedi N Nails",
  "description": "Soft-luxury nail studios. Book online, find a salon, or open a franchise.",
  "id": "/?source=pwa",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
  "orientation": "portrait",
  "background_color": "#fbf6ef",
  "theme_color": "#3d1b38",
  "categories": ["lifestyle", "beauty", "shopping"],
  "lang": "en-US",
  "dir": "ltr",
  "prefer_related_applications": false,
  "handle_links": "preferred",
  "launch_handler": { "client_mode": ["navigate-existing", "auto"] },
  "edge_side_panel": { "preferred_width": 480 },
  "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-512-maskable.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "screenshots": [
    {
      "src": "/__l5e/assets-v1/650334b0-b75f-4666-a3f3-44988a5ebc6b/pwa-screenshot-wide.jpg",
      "sizes": "1280x800",
      "type": "image/jpeg",
      "form_factor": "wide",
      "label": "Pedi N Nails desktop — soft luxury booking experience"
    },
    {
      "src": "/__l5e/assets-v1/3646cecc-f13d-43f2-9289-b0cb717626bd/pwa-screenshot-narrow.jpg",
      "sizes": "640x1280",
      "type": "image/jpeg",
      "form_factor": "narrow",
      "label": "Pedi N Nails mobile — Reserve in two taps"
    }
  ],
  "shortcuts": [
    { "name": "Book a visit", "short_name": "Book", "url": "/locations?source=pwa-shortcut", "description": "Find a studio and reserve", "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }] },
    { "name": "Shop", "short_name": "Shop", "url": "/shop?source=pwa-shortcut", "description": "Browse the home-care collection", "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }] },
    { "name": "My bookings", "short_name": "Bookings", "url": "/account/bookings?source=pwa-shortcut", "description": "Manage your appointments", "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }] },
    { "name": "Account", "short_name": "Me", "url": "/account?source=pwa-shortcut", "description": "Profile, notifications and rewards", "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }] }
  ],
  "share_target": {
    "action": "/share-target",
    "method": "GET",
    "params": { "title": "title", "text": "text", "url": "url" }
  },
  "protocol_handlers": [
    { "protocol": "web+pedinails", "url": "/pwa-link?target=%s" }
  ],
  "file_handlers": [
    {
      "action": "/account/style-studio?source=file-handler",
      "accept": { "image/png": [".png"], "image/jpeg": [".jpg", ".jpeg"], "image/webp": [".webp"] },
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }],
      "launch_type": "single-client"
    }
  ]
}
