{
  "id": "/",
  "name": "Inkly",
  "short_name": "Inkly",
  "description": "Discover and book the world's best tattoo artists, piercers, and studios.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#040404",
  "theme_color": "#040404",
  "categories": [
    "lifestyle",
    "social",
    "shopping"
  ],
  "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-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Browse artists",
      "url": "/browse",
      "short_name": "Browse"
    },
    {
      "name": "Map",
      "url": "/map",
      "short_name": "Map"
    },
    {
      "name": "Dashboard",
      "url": "/dashboard",
      "short_name": "Dashboard"
    },
    {
      "name": "Messages",
      "url": "/dashboard/bookings",
      "short_name": "Inbox"
    }
  ],
  "share_target": {
    "action": "/dashboard/portfolio",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "description",
      "files": [
        {
          "name": "files",
          "accept": [
            "image/*",
            "video/*"
          ]
        }
      ]
    }
  },
  "display_override": [
    "standalone",
    "minimal-ui"
  ],
  "launch_handler": {
    "client_mode": "focus-existing"
  }
}
