{
  "name": "StanSoftware Admin",
  "short_name": "StanSoftware",
  "description": "Manage articles, users, and content on StanSoftware",
  "start_url": "/dashboard",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#f8fafc",
  "theme_color": "#1a1a2e",
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "My articles",
      "short_name": "Articles",
      "description": "View your articles",
      "url": "/my-articles"
    },
    {
      "name": "New article",
      "short_name": "New",
      "description": "Write a new article",
      "url": "/articles/new"
    }
  ]
}
