{
  "id": "/Time/",
  "name": "Tiem.pro Time Tracker",
  "short_name": "Tiem.pro",
  "description": "Clock in/out, crew status, and job-site photos for field teams.",
  "start_url": "/Time",
  "scope": "/Time",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "tabbed", "standalone", "minimal-ui"],
  "tab_strip": {
    "home_tab": { "scope_patterns": [{ "pathname": "/Time/*" }] },
    "new_tab_button": { "url": "/Time" }
  },
  "edge_side_panel": { "preferred_width": 480 },
  "orientation": "portrait",
  "background_color": "#1E40AF",
  "theme_color": "#1E40AF",
  "categories": ["business", "productivity"],
  "lang": "en-US",
  "dir": "ltr",
  "launch_handler": { "client_mode": "focus-existing" },
  "related_applications": [],
  "prefer_related_applications": false,
  "shortcuts": [
    {
      "name": "Time Clock",
      "short_name": "Time Clock",
      "url": "/Time",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Add Work Note",
      "short_name": "Work Note",
      "url": "/Time?openNote=1",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    }
  ],
  "widgets": [
    {
      "name": "Tiem.pro",
      "short_name": "Tiem.pro",
      "description": "Quick launch card for Tiem.pro.",
      "tag": "tiem-status",
      "template": "tiem-widget-template",
      "ms_ac_template": "https://tiem.pro/widgets/tiem-widget-template.json",
      "data": "https://tiem.pro/widgets/tiem-widget-data.json",
      "type": "application/adaptivecard+json",
      "screenshots": [
        {
          "src": "https://tiem.pro/icons/icon-512.png",
          "sizes": "512x512",
          "label": "Tiem.pro"
        }
      ],
      "icons": [{ "src": "https://tiem.pro/icons/icon-192.png", "sizes": "192x192" }],
      "auth": false
    }
  ],
  "protocol_handlers": [
    {
      "protocol": "web+tiempro",
      "url": "/Time?handler=%s"
    }
  ],
  "file_handlers": [
    {
      "action": "/Time/Reports",
      "accept": { "text/csv": [".csv"] }
    }
  ],
  "note_taking": {
    "new_note_url": "/Time?openNote=1"
  },
  "share_target": {
    "action": "/Photos/Shared",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "files": [
        { "name": "photos", "accept": ["image/*"] }
      ]
    }
  },
  "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-192-maskable.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}
