{
  "name": "TraderX Editor",
  "short_name": "TraderX",
  "description": "The professional, browser-based configuration editor for the TraderX DayZ mod.",
  "theme_color": "#0ea5e9",
  "background_color": "#0b1120",
  "display": "standalone",
  "orientation": "any",
  "start_url": "/app",
  "scope": "/",
  "lang": "en",
  "categories": ["utilities", "tools"],
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-192-maskable.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Products",
      "url": "/app/products",
      "description": "Open the Product Editor"
    },
    {
      "name": "Categories",
      "url": "/app/categories",
      "description": "Open the Category Manager"
    },
    {
      "name": "File Management",
      "url": "/app/file-management",
      "description": "Open File Management"
    }
  ]
}
