{
  "name": "Connected by the Cosmos",
  "short_name": "宇宙でつながる",
  "start_url": "./index.html",
  "display": "standalone",
  "background_color": "#000000",
  "theme_color": "#000000",
  "icons": [
    {
      "src": "assets/img/lifelog_mark.png", 
      "sizes": "192x192",
      "type": "image/png"
    },
    {
        "src": "assets/img/feed.png",
        "sizes": "512x512",
        "type": "image/png"
    }
  ]
}