{
  "name": "Spotter's Log — aircraft logbook",
  "short_name": "Spotter's Log",
  "description": "Photograph aircraft, log the registration, keep the logbook. Works offline.",
  "start_url": ".",
  "scope": ".",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0D1219",
  "theme_color": "#0D1219",
  "categories": ["travel", "photo", "utilities"],
  "icons": [
    { "src": "icons/icon-192.png", "sizes": "192x192", "type": "image/png" },
    { "src": "icons/icon-512.png", "sizes": "512x512", "type": "image/png" },
    { "src": "icons/icon-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    { "name": "Log a plane", "short_name": "Log", "url": "./?action=add" }
  ]
}
