{
  "name": "Traskio - Kanban Boards & Notes",
  "short_name": "Traskio",
  "description": "Simple kanban boards and notes for team collaboration",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#2E8BFF",
  "orientation": "any",
  "id": "/",
  "scope": "/",
  "handle_links": "preferred",
  "launch_handler": {
    "client_mode": "navigate-existing"
  },
  "icons": [
    {
      "src": "/android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "categories": ["productivity", "business"],
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "View all your boards",
      "url": "/dashboard",
      "icons": [
        {
          "src": "/android-chrome-512x512.png",
          "sizes": "512x512"
        }
      ]
    },
    {
      "name": "Notes",
      "short_name": "Notes",
      "description": "Open your notes",
      "url": "/notes",
      "icons": [
        {
          "src": "/images/Traskio Notes Note Icon.png",
          "sizes": "512x512"
        }
      ]
    }
  ]
}
