{
  "name": "SharpCut - Pro Image Tools",
  "short_name": "SharpCut",
  "description": "All-in-one tool to create Instagram 3x3 grids, panoramas, and aesthetic round profile pictures. Works offline with a dark neon glassmorphism UI.",
  "id": "sharpcut-pwa-v1",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0f172a",
  "theme_color": "#0f172a",
  "orientation": "portrait",
  "categories": ["photo", "productivity", "utilities"],
  
  "icons": [
    {
      "src": "/icon-512.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "any maskable"
    }
  ],

  "screenshots": [
    {
      "src": "/screenshot1.jpg",
      "sizes": "1080x1920",
      "type": "image/jpeg",
      "form_factor": "narrow",
      "label": "SparkCut Landing Page"
    },
{
      "src": "/screenshot2.jpg",
      "sizes": "1080x1920",
      "type": "image/jpeg",
      "form_factor": "narrow",
      "label": "Create Instagram Slice Pictures"
  },
{
      "src": "/screenshot3.jpg",
      "sizes": "1080x1920",
      "type": "image/jpeg",
      "form_factor": "narrow",
      "label": "Create Round Profile Pictures"
    },
{
      "src": "/screenshot4.jpg",
      "sizes": "1080x1920",
      "type": "image/jpeg",
      "form_factor": "narrow",
      "label": "SparkCut landing page bottom"
    }
    
  ],

  "shortcuts": [
    {
      "name": "Slice Cutter",
      "short_name": "Grid Maker",
      "description": "Split photos for Instagram",
      "url": "/slice-cutter/",
      "icons": [{ "src": "/icon-512.png", "sizes": "512x512" }]
    },
    {
      "name": "Round Crop",
      "short_name": "Round Crop",
      "description": "Create circle DP",
      "url": "/round-crop/",
      "icons": [{ "src": "/icon-512.png", "sizes": "512x512" }]
    }
  ]
}
