{
  "name": "CrossPed",
  "short_name": "CrossPed",
  "description": "Put the PRO in your PROGRAM",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#262626",
  "theme_color": "#262626",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/brand/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/brand/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["lifestyle", "productivity"],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Marketplace",
      "short_name": "Marketplace",
      "description": "Buy and sell dogs, services, and products",
      "url": "/marketplace",
      "icons": [{ "src": "/brand/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Journal",
      "short_name": "Journal",
      "description": "Keep track of your breeding notes",
      "url": "/tools/journal",
      "icons": [{ "src": "/brand/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
