{
  "name": "Dysplyn - Discipline HUD",
  "short_name": "Dysplyn",
  "description": "Run your life like an operation. A black-ops style discipline engine.",
  "start_url": "/hud",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#6C7A53",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/favicon.ico",
      "sizes": "any",
      "type": "image/x-icon"
    }
  ],
  "categories": ["productivity", "lifestyle"],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Add Task",
      "short_name": "Task",
      "description": "Quickly add a new task",
      "url": "/tasks?action=create",
      "icons": [{ "src": "/favicon.ico", "sizes": "any" }]
    },
    {
      "name": "Log Habit",
      "short_name": "Habit",
      "description": "Log a habit",
      "url": "/habits?action=log",
      "icons": [{ "src": "/favicon.ico", "sizes": "any" }]
    },
    {
      "name": "Calendar",
      "short_name": "Calendar",
      "description": "View your calendar",
      "url": "/calendar",
      "icons": [{ "src": "/favicon.ico", "sizes": "any" }]
    }
  ]
}

