{
  "name": "The Conservative Bugler",
  "short_name": "TCB",
  "description": "Conservative news, beautifully organized. Every GOP source, elected official, and conservative outlet in one magazine-style feed.",
  "start_url": "/?utm_source=pwa",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#FFFFFF",
  "theme_color": "#0D1B2A",
  "lang": "en-US",
  "categories": ["news"],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Browse Feed",
      "short_name": "Feed",
      "description": "Open the news feed",
      "url": "/?page=feed&utm_source=pwa",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Opinion",
      "short_name": "Opinion",
      "description": "Read TCB editorials",
      "url": "/opinion?utm_source=pwa",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
