{
  "name": "Workbench",
  "short_name": "Workbench",
  "description": "Glenn Williams production toolkit",
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#1C1838",
  "theme_color": "#1C1838",
  "icons": [
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Tonight",
      "short_name": "Tonight",
      "description": "The evening pass: what is in flight, what is due, what to measure",
      "url": "./#today",
      "icons": [
        {
          "src": "shortcut-today.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Log numbers",
      "short_name": "Numbers",
      "description": "Log this week's post analytics per platform",
      "url": "./#numbers",
      "icons": [
        {
          "src": "shortcut-numbers.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Depth entry",
      "short_name": "Entry",
      "description": "Write up a finished piece while it is fresh",
      "url": "./#entry",
      "icons": [
        {
          "src": "shortcut-entry.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Check a post",
      "short_name": "Post check",
      "description": "Score new copy against everything already posted",
      "url": "./#postcheck",
      "icons": [
        {
          "src": "shortcut-postcheck.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    }
  ]
}