summaryrefslogtreecommitdiff
path: root/src/manifest.json
blob: e586f3e435b14113b78a71e511b05caf9cebdaf5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "name": "OpenQuran",
  "short_name": "OpenQuran",
  "start_url": "index.html",
  "display": "standalone",
  "theme_color": "#F3F3F3",
  "background_color": "#FFFFFF",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "images/favicon.png",
      "type": "image/png",
      "sizes": "512x512"
    }
  ]
}