{
  "name": "cbt-me.net",
  "short_name": "cbt-me.net",
  "description": "A CBT thought-record journal using the Triple Column Technique, with a cognitive distortions reference and a negative-thought tally counter.",
  "id": "/",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone"],
  "orientation": "portrait",
  "background_color": "#ffffff",
  "theme_color": "#111111",
  "categories": ["health", "lifestyle", "productivity"],
  "dir": "ltr",
  "lang": "en-US",
  "handle_links": "auto",
  "prefer_related_applications": false,
  "launch_handler": { "client_mode": "auto" },
  "edge_side_panel": { "preferred_width": 480 },
  "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-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Add Entry",
      "short_name": "Add Entry",
      "description": "Start a new Triple Column Technique entry",
      "url": "/add",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Wrist Counter",
      "short_name": "Counter",
      "description": "Tally an automatic negative thought",
      "url": "/counter",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/entry-list.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Your CBT thought records at a glance"
    },
    {
      "src": "/screenshots/add-entry.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Record a thought using the Triple Column Technique"
    }
  ]
}
