{
  "id": "/",
  "name": "ticTalk",
  "short_name": "ticTalk",
  "description": "Web App for Writing Talks and Storing on Device. Online and Offline use. Includes a built-in Timer.",
  "start_url": "./",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "orientation": "any",
  "dir": "ltr",
  "lang": "en",
  "background_color": "#eef2f7",
  "theme_color": "#eef2f7",
  "categories": ["productivity", "utilities"],
  "shortcuts": [
    {
      "name": "New Talk",
      "short_name": "New",
      "description": "Start writing a new talk",
      "url": "/?action=new",
      "icons": [{ "src": "./icon-192x192.png", "sizes": "192x192" }]
    }
  ],
  "share_target": {
    "action": "/?share-target",
    "method": "GET",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "icons": [
    {
      "src": "./icon-192x192.png?v=7.5.9",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "./icon-512x512.png?v=7.5.9",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "./screenshot-mobile.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "narrow"
    },
    {
      "src": "./screenshot-desktop.png",
      "sizes": "1920x1080",
      "type": "image/png",
      "form_factor": "wide"
    }
  ]
}
