aboutsummaryrefslogblamecommitdiffhomepage
path: root/public/assets/manifest.json
blob: 1c987300de906dfee91fb1cb7c88fb53af862e31 (plain) (tree)
1
2
3
4
5
6
7
8
9
 

                            
                           
                     

            
                                         
                       


                         
                                         
                       


                         
                                    

                          
                      

      
                                    


                              

      
                                         


                           

      
                                             


                              


     
{
  "name": "Homer Dashboard",
  "short_name": "Homer",
  "theme_color": "#3367D6",
  "start_url": "../",
  "icons": [
    {
      "src": "./icons/favicon-16x16.png",
      "sizes": "16x16",
      "type": "image/png"
    },
    {
      "src": "./icons/favicon-32x32.png",
      "sizes": "32x32",
      "type": "image/png"
    },
    {
      "src": "./icons/icon-any.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "./icons/icon-any.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "./icons/icon-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "./icons/safari-pinned-tab.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "monochrome"
    }
  ]
}