{
  "name": "Task.IT",
  "short_name": "TaskIT",
  "description": "The Eisenhower Matrix, or Urgent-Important Matrix, is a time-management tool that helps prioritize tasks into four quadrants based on their urgency and importance",
  "version": "V.01",
  "start_url": "./",
  "display": "standalone",
  "orientation": "any",
  "theme_color": "#3B82F6",
  "background_color": "#0C1713",
  "scope": "./",
  "lang": "en",
  "categories": ["productivity", "business", "utilities"],
  "icons": [
    {
      "src": "./icon-144x144.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "./icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "./icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ]
}