{
  "name": "AutoCare",
  "short_name": "AutoCare",
  "description": "Everything needs looking after. Some of it can look after itself. One board for the cars, the appliances and the lawn — AutoCare works out what is due by date and by mileage, and handles the reminders.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#EEF1F3",
  "theme_color": "#101418",
  "categories": ["productivity", "lifestyle", "utilities"],
  "icons": [
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icon-maskable.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Log something",
      "short_name": "Log",
      "description": "Snap a receipt or say what happened",
      "url": "/?capture=1"
    },
    {
      "name": "Today",
      "short_name": "Today",
      "url": "/"
    }
  ]
}
