{
  "name": "Affinity Core",
  "short_name": "Affinity Core",
  "description": "Practice management for Affinity Group — entities, compliance, time, billing and accounts.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#001242",
  "theme_color": "#001242",
  "categories": ["business", "productivity", "finance"],
  "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"
    }
  ],
  "shortcuts": [
    {
      "name": "Entity Admin",
      "short_name": "Entities",
      "description": "Open the entity register",
      "url": "/?go=entities"
    },
    {
      "name": "Timesheets",
      "short_name": "Time",
      "description": "Record time",
      "url": "/?go=timesheets"
    },
    {
      "name": "Tasks",
      "short_name": "Tasks",
      "description": "Open tasks and activity",
      "url": "/?go=tasks"
    }
  ]
}
