{
  "id": "me.tunnl",
  "author": "tunnl",
  "version": "1.0",
  "lang": "de",
  "name": "tunnl",
  "short_name": "tunnl",
  "description": "tunnl is a simple and beautiful app to share all your thoughts.",
  "theme_color": "#212529",
  "background_color": "#fafafa",
  "display": "standalone",
  "display_override": [
    "window-controls-overlay",
    "standalone",
    "browser"
  ],
  "launch_handler": {
    "client_mode": "navigate-existing"
  },
  "edge_side_panel": {
    "preferred_width": 400
  },
  "handle_links": "preferred",
  "categories": ["social", "security"],
  "orientation": "portrait-primary",
  "prefer_related_applications": false,
  "dir": "ltr",
  "scope": "./",
  "start_url": "./",
  "icons": [
    {
      "src": "assets/icon/favicon-72x72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "assets/icon/favicon-96x96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "assets/icon/favicon-128x128.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "assets/icon/favicon-144x144.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "assets/icon/favicon-152x152.png",
      "sizes": "152x152",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "assets/icon/favicon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "assets/icon/favicon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "assets/icon/favicon-384x384.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "assets/icon/favicon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "share_target": {
    "action": "/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "file",
          "accept": ["image/*", "video/*", "application/pdf"]
        }
      ]
    }
  },
  "protocol_handlers": [
    {
      "protocol": "web+tunnl",
      "url": "/home?text=%s"
    }
  ],
  "shortcuts": [
    {
      "name": "Home",
      "url": "/home"
    }
  ],
  "scope_extensions": [
    {"origin": "*.tunnl.me"},
    {"origin": "tunnl.me"},
    {"origin": "localhost"}
  ],
  "permissions": [
    "activeTab",
    "background",
    "clipboardWrite",
    "contextMenus",
    "cookies",
    "downloads",
    "history",
    "nativeMessaging",
    "notifications",
    "scripting",
    "sessions",
    "storage",
    "tabs",
    "unlimitedStorage",
    "webRequest",
    "webRequestAuthProvider",
    "webRequestBlocking"
  ]
}
