aboutsummaryrefslogtreecommitdiffhomepage
path: root/manifest.json
blob: 8d7f725f4e7e632ffc2563ef4cc37050515260d2 (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"
}