{
  "id": "/",
  "name": "Future Notes",
  "short_name": "Future Notes",
  "description": "Life and work contexts — work, personal, health",
  "lang": "en",
  "dir": "ltr",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "tabbed", "standalone"],
  "orientation": "any",
  "background_color": "#1e1e1e",
  "theme_color": "#1e1e1e",
  "categories": ["productivity", "utilities"],
  "prefer_related_applications": false,
  "related_applications": [
    {
      "platform": "windows",
      "url": "https://github.com/Tomangit/future-notes-updates/releases/latest",
      "id": "com.futurenotes.app"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/wide.png",
      "sizes": "1536x1024",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Hub i zadania na dziś — widok pulpitu"
    },
    {
      "src": "/screenshots/narrow.png",
      "sizes": "1024x1536",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Hub na telefonie"
    }
  ],
  "file_handlers": [
    {
      "action": "/",
      "accept": {
        "text/plain": [".txt"],
        "text/markdown": [".md", ".markdown"],
        "application/json": [".json"],
        "image/png": [".png"],
        "image/jpeg": [".jpg", ".jpeg"],
        "image/webp": [".webp"]
      }
    }
  ],
  "note_taking": {
    "new_note_url": "/#/widget/capture"
  },
  "edge_side_panel": {
    "preferred_width": 400
  },
  "launch_handler": {
    "client_mode": "navigate-existing"
  },
  "share_target": {
    "action": "/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "protocol_handlers": [
    {
      "protocol": "web+futurenotes",
      "url": "/#/protocol?u=%s"
    }
  ],
  "tab_strip": {
    "home_tab": {
      "scope_patterns": [
        { "pathname": "/" },
        { "pathname": "/index.html" }
      ]
    },
    "new_tab_button": {
      "url": "/#/widget/capture"
    }
  },
  "widgets": [
    {
      "name": "Future Notes — Dziś",
      "short_name": "Dziś",
      "description": "Zadania i terminy na dziś",
      "tag": "fn-today",
      "template": "fn-today-template",
      "ms_ac_template": "/widgets/today-template.json",
      "data": "/widgets/today-data.json",
      "type": "application/json",
      "auth": false,
      "update": 900,
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192"
        }
      ],
      "screenshots": [
        {
          "src": "/widgets/screenshot-today.png",
          "sizes": "600x400",
          "label": "Widget Dziś"
        }
      ]
    },
    {
      "name": "Future Notes — Inbox",
      "short_name": "Inbox",
      "description": "Szybkie zrzuty do skrzynki",
      "tag": "fn-inbox",
      "template": "fn-inbox-template",
      "ms_ac_template": "/widgets/inbox-template.json",
      "data": "/widgets/inbox-data.json",
      "type": "application/json",
      "auth": false,
      "update": 900,
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192"
        }
      ],
      "screenshots": [
        {
          "src": "/widgets/screenshot-inbox.png",
          "sizes": "600x400",
          "label": "Widget Inbox"
        }
      ]
    },
    {
      "name": "Future Notes — Szybki zapis",
      "short_name": "Zapisz",
      "description": "Dodaj notatkę z ekranu głównego",
      "tag": "fn-capture",
      "template": "fn-capture-template",
      "ms_ac_template": "/widgets/capture-template.json",
      "data": "/widgets/capture-data.json",
      "type": "application/json",
      "auth": false,
      "update": 86400,
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "New note",
      "short_name": "Note",
      "url": "/#/widget/capture",
      "description": "Quick capture from the home screen"
    },
    {
      "name": "Canvas",
      "short_name": "Canvas",
      "url": "/#/canvas",
      "description": "Context map"
    },
    {
      "name": "Today",
      "short_name": "Today",
      "url": "/#/today",
      "description": "Inbox, delegated, priorities"
    },
    {
      "name": "Inbox",
      "short_name": "Inbox",
      "url": "/#/today?f=inbox",
      "description": "Quick captures"
    }
  ]
}
