github.com/pbberlin/go-pwa@v0.0.0-20220328105622-7c26e0ca1ab8/app-bucket/tpl/manifest.tpl.json (about)

     1  {
     2    "$schema": "https://json.schemastore.org/web-manifest-combined.json",
     3    "name": "{{.Title}}",
     4    "short_name": "{{.TitleShort}}",
     5    "description": "{{.Description}}",
     6    "start_url": ".",
     7    "display": "standalone",
     8    "background_color": "#fff",
     9    "theme_color": "rgb(228, 223, 206)",
    10    "orientation": "portrait-primary",
    11    "icons": [
    12  {{.IconList}}
    13  ],
    14    "related_applications": [{
    15      "platform": "play",
    16      "url": "https://play.google.com/store/apps/details?id=cheeaun.hackerweb"
    17    }]
    18  }