summaryrefslogtreecommitdiff
path: root/public/manifest.json
blob: 7368905dd8b478f98862d0a174c44966066eddb7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "short_name": "Community Groups",
  "name": "Foursquare Community Groups",
  "icons": [
    {
      "src": "favicon.ico",
      "sizes": "64x64",
      "type": "image/x-icon"
    }
  ],
  "start_url": "./index.html",
  "display": "standalone",
  "theme_color": "#000000",
  "background_color": "#ffffff"
}