{
  "name": "Branie",
  "short_name": "Branie",
  "description": "Din overordnede projekt- og idéhub",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#faf7f2",
  "theme_color": "#faf7f2",
  "orientation": "portrait-primary",
  "lang": "da",
  "categories": ["productivity", "utilities"],
  "icons": [
    { "src": "icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any maskable" },
    { "src": "icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" }
  ],
  "shortcuts": [
    {
      "name": "Ny idé",
      "short_name": "Idé",
      "url": "/?action=idea",
      "description": "Fang en tanke hurtigt"
    },
    {
      "name": "Nyt projekt",
      "short_name": "Projekt",
      "url": "/?action=project",
      "description": "Opret et nyt projekt"
    }
  ],
  "protocol_handlers": [
    { "protocol": "branie", "url": "/?protocol=%s" }
  ]
}
