{
  "name": "Pro Site Designs Manage",
  "short_name": "PSD Manage",
  "description": "Client sites, orders, tickets and notifications.",
  "start_url": "index.php?page=dashboard",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#111111",
  "theme_color": "#111111",
  "icons": [
    { "src": "assets/img/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "assets/img/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "assets/img/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    { "name": "Orders",        "url": "index.php?page=orders" },
    { "name": "Tickets",       "url": "index.php?page=tickets" },
    { "name": "Notifications", "url": "index.php?page=notifications" }
  ]
}
