{
  "name": "CargoM8 - Transport Platform",
  "short_name": "CargoM8",
  "description": "Danmarks største platform for transportopgaver. Forbind speditører og vognmænd for optimeret transport.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#0f172a",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "da-DK",
  "dir": "ltr",
  
  "icons": [
    {
      "src": "/icons/icon-72x72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-96x96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-128x128.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-144x144.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "any maskable"  
    },
    {
      "src": "/icons/icon-152x152.png",
      "sizes": "152x152",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-384x384.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  
  "categories": [
    "business",
    "productivity",
    "logistics"
  ],
  
  "shortcuts": [
    {
      "name": "Nye transportopgaver",
      "short_name": "Nye jobs",
      "description": "Se de nyeste transportopgaver",
      "url": "/transport?filter=new",
      "icons": [
        {
          "src": "/icons/shortcut-new-jobs.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Mine beskeder",
      "short_name": "Beskeder",
      "description": "Tjek dine beskeder",
      "url": "/messages",
      "icons": [
        {
          "src": "/icons/shortcut-messages.png", 
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Opret transportopgave",
      "short_name": "Opret job",
      "description": "Opret en ny transportopgave",
      "url": "/transport/create",
      "icons": [
        {
          "src": "/icons/shortcut-create-job.png",
          "sizes": "96x96"
        }
      ]
    }
  ],
  
  "share_target": {
    "action": "/transport/create",
    "method": "GET",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "title": "title",
      "text": "description",
      "url": "reference_url"
    }
  },
  
  "protocol_handlers": [
    {
      "protocol": "web+cargomapp",
      "url": "/transport/%s"
    }
  ],
  
  "file_handlers": [
    {
      "action": "/documents/upload",
      "accept": {
        "image/*": [".jpg", ".jpeg", ".png", ".gif", ".webp"],
        "application/pdf": [".pdf"],
        "text/plain": [".txt"],
        "application/vnd.openxmlformats-officedocument.wordprocessingml.document": [".docx"]
      }
    }
  ],
  
  "launch_handler": {
    "client_mode": "navigate-existing"
  },
  
  "edge_side_panel": {
    "preferred_width": 400
  },
  
  "prefer_related_applications": false,
  
  "iarc_rating_id": "e84b072d-71b3-4d3e-86ae-31a8ce4e53b7"
}