{
  "name": "OFF-THE-RECORD",
  "short_name": "OTR",
  "description": "A behind-the-scenes book about the sports writing life",
  "start_url": "./",
  "display": "standalone",
  "background_color": "#fefefe",
  "theme_color": "#333333",
  "orientation": "portrait-primary",
  "scope": "./",
  "icons": [
    {
      "src": "./assets/icons/favicon-32.png",
      "sizes": "32x32",
      "type": "image/png"
    },
    {
      "src": "./assets/icons/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png"
    },
    {
      "src": "./assets/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["books", "sports", "entertainment"],
  "shortcuts": [
    {
      "name": "Continue Reading",
      "url": "./",
      "description": "Continue where you left off"
    }
  ]
}
