{
  "id": "/",
  "name": "Stick Tracker",
  "short_name": "Stick Tracker",
  "description": "Track sticks and activity from any device.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "theme_color": "#dfbe6f",
  "background_color": "#f5f5f7",
  "shortcuts": [
    {
      "name": "Add Stick",
      "url": "/sticks/add"
    }
  ]
}