{
  "id": "/",
  "name": "springtool PDF Keyword Finder",
  "short_name": "springtool",
  "description": "Search keywords across multiple PDF files and extract matched sentences with PDF names and page numbers.",
  "start_url": "/en?source=pwa",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#f4f7ef",
  "theme_color": "#2f6b4f",
  "categories": ["productivity", "education", "utilities"],
  "lang": "en",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/maskable-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}