{
  "id": "/index.html",
  "name": "Power Team \u2014 Field Time & Job Tracker",
  "short_name": "Power Team",
  "description": "Field-ops PWA for electrical and trades contractors \u2014 time tracking, bidding, takeoff, payroll, accounting, and team messaging in one install.",
  "start_url": "index.html",
  "scope": "./",
  "display": "standalone",
  "display_override": [
    "standalone",
    "minimal-ui"
  ],
  "orientation": "any",
  "lang": "en-US",
  "dir": "ltr",
  "categories": [
    "business",
    "productivity",
    "utilities"
  ],
  "background_color": "#0f2942",
  "theme_color": "#0f2942",
  "icons": [
    {
      "src": "power-icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "power-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "power-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "screenshots/dashboard-1080x1920.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Dashboard \u2014 today's projects and open items"
    },
    {
      "src": "screenshots/timeclock-1080x1920.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Time clock \u2014 clock in/out with cost-code and job"
    },
    {
      "src": "screenshots/bidding-1920x1080.png",
      "sizes": "1920x1080",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Bidding & takeoff \u2014 measure plans and price bids"
    }
  ],
  "shortcuts": [
    {
      "name": "Messages",
      "short_name": "Messages",
      "description": "Open Direct messages & announcements",
      "url": "index.html?screen=messages",
      "icons": [
        {
          "src": "power-icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ]
}
