{
  "name": "FreeAPI Companion",
  "short_name": "FreeAPI",
  "start_url": "./index.html",
  "display": "standalone",
  "launch_handler": {
    "client_mode": "navigate-existing"
  },
  "handle_links": "preferred",
  "scope": "/", 
  "background_color": "#e9edf2",
  "theme_color": "#c7cfd9",
  "icons": [
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "share_target": {
    "action": "./share-target",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "files",
          "accept": [
            "application/pdf",
            "application/vnd.openxmlformats-officedocument.wordprocessingml.document",
            "text/plain",
            "text/markdown",
            "text/javascript",
            "text/css",
            "text/html",
            "application/json",
            ".pdf",
            ".docx",
            ".txt",
            ".md",
            ".markdown",
            ".js",
            ".css",
            ".html",
            ".json"
          ]
        }
      ]
    }
  },
  "file_handlers": [
    {
      "action": "./index.html",
      "accept": {
        "application/pdf": [
          ".pdf"
        ],
        "application/vnd.openxmlformats-officedocument.wordprocessingml.document": [
          ".docx"
        ],
        "text/plain": [
          ".txt",
          ".md",
          ".markdown",
          ".js",
          ".css",
          ".html",
          ".json"
        ],
        "text/markdown": [
          ".md",
          ".markdown"
        ],
        "text/javascript": [
          ".js"
        ],
        "application/javascript": [
          ".js"
        ],
        "text/css": [
          ".css"
        ],
        "text/html": [
          ".html"
        ],
        "application/json": [
          ".json"
        ]
      }
    }
  ]
}
