{
  "name": "ArsagaNote",
  "short_name": "ArsagaNote",
  "description": "日本製のZettelkasten型ノートアプリケーション。知識を整理し、アイデアを形にする。",
  "start_url": "/editor",
  "scope": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#E53E3E",
  "orientation": "any",
  "share_target": {
    "action": "/share-target",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "media",
          "accept": ["image/*", "video/*", "audio/*", "application/pdf", "text/*"]
        }
      ]
    }
  },
  "icons": [
    {
      "src": "/arsaga-note-icon-32.png",
      "sizes": "32x32",
      "type": "image/png"
    },
    {
      "src": "/arsaga-note-icon-180.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/arsaga-note-icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/arsaga-note-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/favicon.svg?v=5",
      "sizes": "any",
      "type": "image/svg+xml"
    }
  ]
}
