aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/pwa/manifest.json.erb
blob: 5b8dd59e382f5aafde30ec7dc2c48d060281f59e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
  "name": "Alphabetlearning",
  "icons": [
    {
      "src": "/icon.png",
      "type": "image/png",
      "sizes": "512x512"
    },
    {
      "src": "/icon.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "maskable"
    }
  ],
  "start_url": "/",
  "display": "standalone",
  "scope": "/",
  "description": "Alphabetlearning.",
  "theme_color": "red",
  "background_color": "red"
}