{
  "name": "Wribble — Decentralised P2P Search",
  "short_name": "Wribble",
  "description": "Free private peer-to-peer search engine. The index lives in your browser. No tracking, no ads, no central server.",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#F3F6F5",
  "theme_color": "#0B6B4F",
  "lang": "en",
  "categories": ["utilities", "productivity"],
  "icons": [
    {
      "src": "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 192 192'%3E%3Crect width='192' height='192' rx='42' fill='%230B6B4F'/%3E%3Ccircle cx='66' cy='78' r='15' fill='white'/%3E%3Ccircle cx='132' cy='66' r='12' fill='white'/%3E%3Ccircle cx='114' cy='132' r='15' fill='white'/%3E%3Cpath d='M66 78 132 66M132 66 114 132M114 132 66 78' stroke='white' stroke-width='6'/%3E%3C/svg%3E",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Crect width='512' height='512' rx='112' fill='%230B6B4F'/%3E%3Ccircle cx='176' cy='208' r='40' fill='white'/%3E%3Ccircle cx='352' cy='176' r='32' fill='white'/%3E%3Ccircle cx='304' cy='352' r='40' fill='white'/%3E%3Cpath d='M176 208 352 176M352 176 304 352M304 352 176 208' stroke='white' stroke-width='16'/%3E%3C/svg%3E",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Search",
      "short_name": "Search",
      "url": "./index.html"
    },
    {
      "name": "My index",
      "short_name": "Index",
      "url": "./myindex.html"
    }
  ]
}
