{
  "name": "C3 TaskTracker",
  "short_name": "TaskTracker",
  "description": "Dynamic task & list planner using custom layouts and schema configurations.",
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#F5F7FA",
  "theme_color": "#3D5A80",
  "icons": [
    {
      "src": "assets/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "assets/icon-maskable.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "New Task",
      "short_name": "New Task",
      "description": "Create a new task in default tasklist",
      "url": "quick-action?type=tasklist",
      "icons": [
        {
          "src": "assets/icon.svg",
          "sizes": "any",
          "type": "image/svg+xml"
        }
      ]
    },
    {
      "name": "New Note",
      "short_name": "New Note",
      "description": "Create a new note in default notes",
      "url": "quick-action?type=note",
      "icons": [
        {
          "src": "assets/icon.svg",
          "sizes": "any",
          "type": "image/svg+xml"
        }
      ]
    },
    {
      "name": "New Log",
      "short_name": "New Log",
      "description": "Log an entry in default activity log",
      "url": "quick-action?type=activity_log",
      "icons": [
        {
          "src": "assets/icon.svg",
          "sizes": "any",
          "type": "image/svg+xml"
        }
      ]
    }
  ],
  "share_target": {
    "action": "share-target",
    "method": "GET",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  }
}
