{
  "name": "Andrews Shift Brief",
  "short_name": "Shift Brief",
  "description": "Your terminal at the start of the shift \u2014 PM, labor, ROs, yard checks.",
  "id": "/andrews_brief.html",
  "start_url": "andrews_brief.html",
  "scope": "./",
  "display": "standalone",
  "display_override": [
    "window-controls-overlay",
    "standalone"
  ],
  "background_color": "#0b1220",
  "theme_color": "#0b1220",
  "orientation": "any",
  "categories": [
    "business",
    "productivity"
  ],
  "icons": [
    {
      "src": "assets/icons/brief-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "assets/icons/brief-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "widgets": [
    {
      "name": "Andrews Shift Brief",
      "short_name": "Shift Brief",
      "description": "Your terminal's headline numbers, rotating: PM, applied, OT, ROs and yard checks.",
      "tag": "andrews-brief",
      "template": "andrews-brief-template",
      "ms_ac_template": "widgets/brief-card.json",
      "data": "widgets/brief-data.json",
      "type": "application/json",
      "auth": false,
      "update": 1800,
      "multiple": false,
      "icons": [
        { "src": "assets/icons/brief-192.png", "sizes": "192x192" }
      ],
      "screenshots": [
        {
          "src": "assets/icons/brief-512.png",
          "sizes": "512x512",
          "label": "The Andrews Shift Brief widget",
          "platform": "windows"
        }
      ]
    }
  ]
}