{
  "name": "eTech Office Management",
  "short_name": "eTech Office",
  "description": "Quotations, follow-ups, projects, timesheets, billing and goals for eTech.",
  "id": "/",
  "start_url": "index.php",
  "scope": "./",
  "display": "standalone",
  "orientation": "any",
  "theme_color": "#1f5fbf",
  "background_color": "#f4f6fa",
  "lang": "en",
  "dir": "ltr",
  "categories": ["business", "productivity"],
  "icons": [
    {
      "src": "assets/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "assets/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "assets/icons/maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Log work",
      "short_name": "Log work",
      "description": "Add hours to a project timesheet",
      "url": "worklog_edit.php",
      "icons": [{ "src": "assets/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "New quotation",
      "short_name": "Quotation",
      "description": "Raise a quotation for a client",
      "url": "quotation_edit.php",
      "icons": [{ "src": "assets/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "What is coming",
      "short_name": "Coming up",
      "description": "Meetings, follow-ups and deadlines ahead",
      "url": "calendar.php",
      "icons": [{ "src": "assets/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Follow-ups due",
      "short_name": "Follow-ups",
      "description": "Anything waiting to be chased",
      "url": "followups.php?view=due",
      "icons": [{ "src": "assets/icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
