{
  "id": "com.paputi.rides",
  "name": "Paputi - Ride Sharing",
  "short_name": "Paputi",
  "description": "Car-pool and ridesharing app for inter-city travel",
  "lang": "uz",
  "dir": "ltr",
  "theme_color": "#0a0a0a",
  "background_color": "#ffffff",
  "display": "standalone",
  "orientation": "portrait-primary",
  "scope": "/",
  "start_url": "/",
  "categories": ["travel", "transportation", "lifestyle"],
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/screenshot-1.png",
      "sizes": "640x1136",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Welcome screen with language selection"
    },
    {
      "src": "/screenshots/screenshot-2.png",
      "sizes": "640x1136",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Driver post form"
    }
  ],
  "shortcuts": [
    {
      "name": "Book a ride",
      "short_name": "Book",
      "description": "Quickly book a ride",
      "url": "/book?utm_source=shortcut",
      "icons": [
        {
          "src": "/icons/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Post a trip",
      "short_name": "Post",
      "description": "Post a new trip offer",
      "url": "/post?utm_source=shortcut",
      "icons": [
        {
          "src": "/icons/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ]
}
