{
  "name": "DoThatOnline",
  "short_name": "DoThat",
  "description": "AI-powered tools for everyday tasks",
  "start_url": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
  "orientation": "portrait-primary",
  "background_color": "#0a0a0a",
  "theme_color": "#6366f1",
  "categories": ["utilities", "productivity"],
  "icons": [
    {
      "src": "/icons/icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Browse Tools",
      "short_name": "Tools",
      "url": "/",
      "icons": [{ "src": "/icons/icon-192.svg", "sizes": "192x192", "type": "image/svg+xml" }]
    },
    {
      "name": "Trending Tools",
      "short_name": "Trending",
      "url": "/trending",
      "description": "See the most-used tools right now",
      "icons": [{ "src": "/icons/icon-192.svg", "sizes": "192x192", "type": "image/svg+xml" }]
    },
    {
      "name": "JSON Formatter",
      "short_name": "JSON",
      "url": "/tools/json-formatter-validator",
      "description": "Format and validate JSON instantly",
      "icons": [{ "src": "/icons/icon-192.svg", "sizes": "192x192", "type": "image/svg+xml" }]
    },
    {
      "name": "Base64 Encoder",
      "short_name": "Base64",
      "url": "/tools/base64-encoder-decoder",
      "description": "Encode and decode Base64 strings",
      "icons": [{ "src": "/icons/icon-192.svg", "sizes": "192x192", "type": "image/svg+xml" }]
    }
  ],
  "widgets": [
    {
      "name": "JSON Formatter",
      "short_name": "JSON",
      "description": "Quick JSON format & validate widget",
      "tag": "json-formatter",
      "ms_ac_template": "/widgets/json-formatter.json",
      "data": "/widgets/json-formatter-data.json",
      "type": "application/json",
      "screenshots": [],
      "icons": [{ "src": "/icons/icon-192.svg", "sizes": "192x192", "type": "image/svg+xml" }],
      "backgrounds": [{ "src": "/icons/icon-192.svg", "sizes": "192x192", "type": "image/svg+xml" }],
      "auth": false,
      "update": 900
    },
    {
      "name": "Base64 Encoder",
      "short_name": "Base64",
      "description": "Encode/decode Base64 from your OS widget bar",
      "tag": "base64-encoder",
      "ms_ac_template": "/widgets/base64-encoder.json",
      "data": "/widgets/base64-encoder-data.json",
      "type": "application/json",
      "screenshots": [],
      "icons": [{ "src": "/icons/icon-192.svg", "sizes": "192x192", "type": "image/svg+xml" }],
      "backgrounds": [{ "src": "/icons/icon-192.svg", "sizes": "192x192", "type": "image/svg+xml" }],
      "auth": false,
      "update": 900
    }
  ]
}
