{
  "id": "/",
  "name": "Payxem — Invoice & Payments",
  "short_name": "Payxem",
  "description": "Payxem - Simple Invoice & Link Payments - PayPal & Stripe Solution.",
  "start_url": "/dashboard.html?source=pwa",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "theme_color": "#1A3060",
  "background_color": "#F3F4F6",
  "categories": ["finance", "business", "productivity"],
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "/images/PayXem-Icon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/PayXem-Icon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/PayXem-Icon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/images/PayXem-Icon.png",
      "sizes": "512x512",
      "type": "image/png",
      "form_factor": "narrow"
    }
  ],
  "shortcuts": [
    {
      "name": "Create Invoice",
      "short_name": "Invoice",
      "url": "/dashboard.html#invoice-create",
      "icons": [{ "src": "/images/PayXem-Icon.png", "sizes": "512x512" }]
    },
    {
      "name": "Dashboard",
      "short_name": "Home",
      "url": "/dashboard.html#dashboard",
      "icons": [{ "src": "/images/PayXem-Icon.png", "sizes": "512x512" }]
    },
    {
      "name": "Ledger-Wallet",
      "short_name": "Ledger",
      "url": "/dashboard.html#wallet",
      "icons": [{ "src": "/images/PayXem-Icon.png", "sizes": "512x512" }]
    }
  ]
}
