{
  "id": "/",
  "name": "Limo Driver — Las Vegas True Stories",
  "short_name": "Limo Driver",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "background_color": "#05040a",
  "theme_color": "#05040a",
  "orientation": "any",
  "description": "True stories from the back seat of a Las Vegas limousine. Buy the eBook and read online.",
  "categories": ["books", "entertainment", "lifestyle"],
  "lang": "en-US",
  "dir": "ltr",
  "shortcuts": [
    { "name": "Read the book", "short_name": "Read", "url": "/read" },
    { "name": "Free chapter", "short_name": "Free", "url": "/free-story" },
    { "name": "My library", "short_name": "Library", "url": "/library" }
  ],
  "icons": [
    {
      "src": "/icons/welcome-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/welcome-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/welcome-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}
