{
  "name": "GroundTruth\u2122 Collect",
  "short_name": "GT Collect",
  "description": "Offline-first field data collection for GroundTruth\u2122 \u2014 MetriqOS",
  "start_url": "/groundtruth-collect.html",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#0E8A7B",
  "background_color": "#0B1829",
  "categories": [
    "productivity",
    "utilities"
  ],
  "icons": [
    {
      "src": "/assets/img/gt-icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/assets/img/gt-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "My Assignments",
      "short_name": "Assignments",
      "description": "View your active survey assignments",
      "url": "/groundtruth-collect.html#assignments"
    },
    {
      "name": "Pending Sync",
      "short_name": "Sync",
      "description": "View and sync pending submissions",
      "url": "/groundtruth-collect.html#sync"
    }
  ]
}