{
  "name": "PathLog - Microwave PtP Field App",
  "short_name": "PathLog",
  "description": "Offline field app for microwave point-to-point link installs: sites, links, checklists, commissioning readings and photos.",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0b1220",
  "theme_color": "#0b1220",
  "categories": ["productivity", "utilities", "business"],
  "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/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" },
    { "src": "icons/icon.svg", "sizes": "any", "type": "image/svg+xml" }
  ],
  "shortcuts": [
    { "name": "Today", "url": "./index.html#/", "description": "Jobs due today" },
    { "name": "New job", "url": "./index.html#/jobs/new", "description": "Start a new job" },
    { "name": "Links", "url": "./index.html#/links", "description": "Link records and aim cards" }
  ]
}
