{
    "name": "DAMS",
    "short_name": "DAMS",
    "icons": [
         {
             "src": "favicon.ico",
             "type": "image/x-icon",
             "sizes": "48x48"
           },
           {
             "src": "favicon-16x16.png",
             "type": "image/x-icon",
             "sizes": "16x16"
           },
           {
            "src": "favicon-24x24.png",
            "type": "image/x-icon",
            "sizes": "24x24"
           },
           {
             "src": "favicon-32x32.png",
             "type": "image/x-icon",
             "sizes": "32x32"
           },

           {
             "src": "favicon-64x64.png",
             "type": "image/x-icon",
             "sizes": "64x64"
           },
      {
                  "src": "/icon-192x192.png",
                  "sizes": "192x192",
                  "type": "image/png"
              },
              {
                  "src": "/icon-256x256.png",
                  "sizes": "256x256",
                  "type": "image/png"
              },
              {
                  "src": "/icon-384x384.png",
                  "sizes": "384x384",
                  "type": "image/png"
              },
              {
                  "src": "/icon-512x512.png",
                  "sizes": "512x512",
                  "type": "image/png"
              }
    ],
    "theme_color": "#ddd2d2",
    "background_color": "#ddd2d2",
    "display": "standalone",
    "orientation": "portrait",
    "id": "/",
    "start_url": "/",
     "shortcuts": [
         {
           "name": "Laste opp bilde",
           "url": "/new-images/",
           "description": "Laste opp bilde",
           "icons": [
             {
               "src": "shortcut_image.png",
               "type": "image/png",
               "sizes": "96x96"
             }
           ]
         },
         {
           "name": "Laste opp lyd",
           "url": "/new-sounds/",
           "description": "Laste opp lyd",
           "icons": [
             {
               "src": "shortcut_audio.png",
               "type": "image/png",
               "sizes": "96x96"
             }
           ]
         },
         {
           "name": "Laste opp film",
           "url": "/new-videos/",
           "description": "Laste opp film",
           "icons": [
             {
               "src": "shortcut_video.png",
               "type": "image/png",
               "sizes": "96x96"
             }
           ]
         },
         {
           "name": "Laste opp dokument",
           "url": "/new-documents/",
           "description": "Laste opp dokument",
           "icons": [
             {
               "src": "shortcut_description.png",
               "type": "image/png",
               "sizes": "96x96"
             }
           ]
         }
       ]
}
