{
  "name": "sussa",
  "short_name": "sussa",
  "description": "頭の中のノイズを、実行可能な静けさに。",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#f5f5f7",
  "theme_color": "#ffffff",
  "lang": "ja",
  "icons": [
    {
      "src": "icon-192-v2.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icon-512-v2.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "share_target": {
    "action": "./index.html",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "shortcuts": [
    {
      "name": "タスクを追加",
      "short_name": "タスク",
      "url": "./index.html?action=task",
      "icons": [
        {
          "src": "icon-192-v2.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "メモを追加",
      "short_name": "メモ",
      "url": "./index.html?action=memo",
      "icons": [
        {
          "src": "icon-192-v2.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}