aboutsummaryrefslogtreecommitdiffhomepage
path: root/manifest.json
blob: b018e4ab3e456051970160437743bcddd3d44b19 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
   "name": "PASTA | Audio & Subtitle Track Changer for Plex",
   "short_name": "PASTA",
   "icons": [
      {
         "src": "/images/android-chrome-192-maskable.png",
         "sizes": "192x192",
         "type": "image/png",
         "purpose": "any maskable"
      },
      {
         "src": "/images/android-chrome-512.png",
         "sizes": "512x512",
         "type": "image/png"
      }
   ],
   "theme_color": "#000000",
   "background_color": "#000000",
   "display": "fullscreen",
   "start_url": "/index.html"
}