{
  "name": "Shore Line Electric",
  "short_name": "Shore Line",
  "description": "Field invoicing, contract logs, material requests and part-time hours for Shore Line Electric LLC.",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0D1F3C",
  "theme_color": "#0D1F3C",
  "categories": ["business", "productivity"],
  "icons": [
    { "src": "icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "icons/maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    { "name": "New Invoice", "short_name": "Invoice", "url": "./index.html?go=invoice", "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192" }] },
    { "name": "Material Request", "short_name": "Materials", "url": "./index.html?go=mreq", "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192" }] }
  ]
}
