{
  "name": "ATO",
  "short_name": "ATO",
  "description": "ATO - あとでやることを残すメモアプリ",
  "start_url": "/ato/",
  "scope": "/ato/",
  "display": "standalone",
  "background_color": "#85cfae",
  "theme_color": "#ffffff",
  "share_target": {
    "action": "/ato/share",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "icons": [
    {
      "src": "icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}
