{
  "name": "PlanR",
  "short_name": "PlanR",
  "description": "Goal-oriented planning with integrated progress tracking",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#030712",
  "theme_color": "#030712",
  "orientation": "portrait",
  "icons": [
    {
      "src": "/icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Add task",
      "short_name": "Add task",
      "description": "Jump to Today and add a task",
      "url": "/?action=add-task",
      "icons": [{ "src": "/icons/icon.svg", "sizes": "any", "type": "image/svg+xml" }]
    },
    {
      "name": "Log tracker",
      "short_name": "Log",
      "description": "Log a value on one of your trackers",
      "url": "/?action=log-tracker",
      "icons": [{ "src": "/icons/icon.svg", "sizes": "any", "type": "image/svg+xml" }]
    }
  ]
}
