{
   "name": "Brisk Invoicing",
   "short_name": "Brisk Invoicing",
   "id": "/",
   "start_url": "/dashboard.html",
   "description": "Create and send invoices online from anywhere. Track payments, create quotes, and save customer info.",
   "category": ["business", "finance"],
   "display": "standalone",
   "orientation": "any",
   "theme_color": "#41577E",
   "background_color": "#41577E",
   "shortcuts": [
      {
         "name": "New Invoice",
         "short_name": "New Invoice",
         "description": "Create a new Invoice",
         "url": "new-invoice.html",
         "icons": [{ "src": "images/icons/shortcut-invoices.png", "sizes": "96x96" }]
      },
      {
         "name": "New Quote",
         "short_name": "New Quote",
         "description": "Create a new Quote",
         "url": "quotes.html?new",
         "icons": [{ "src": "images/icons/shortcut-quotes.png", "sizes": "96x96" }]
      },
      {
         "name": "New Payment",
         "short_name": "New Payment",
         "description": "Record a new Payment",
         "url": "payments.html?new",
         "icons": [{ "src": "images/icons/shortcut-payments.png", "sizes": "96x96" }]
      }
   ],
   "icons": [{
      "src": "/images/brand/logo-x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
   },{
      "src": "/images/brand/logo-x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
   },{
      "src": "/images/brand/logo-maskable-x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
   },{
      "src": "/images/brand/logo-maskable-x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
   }]
}