{
  "name": "FreeSpace Kit",
  "short_name": "FreeSpace",
  "description": "A toolkit for on-the-go productivity",
  "lang": "en",
  "dir": "ltr",
  "start_url": "index.html",
  "scope": "",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#ffffff",
  "theme_color": "#000000",
  "categories": ["utilities", "productivity", "tools"],
  "icons": [
    {
      "src": "images/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "images/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "shortcuts": [
    {
      "name": "Quick Camera",
      "short_name": "Camera",
      "description": "Open your camera tool instantly",
      "url": "/camera.html",
      "icons": [
        { "src": "images/icon-192x192.png", "sizes": "192x192", "type": "image/png" }
      ]
    },
    {
      "name": "Launch Notes",
      "short_name": "Notes",
      "description": "Take a quick note",
      "url": "/notes.html",
      "icons": [
        { "src": "images/icon-192x192.png", "sizes": "192x192", "type": "image/png" }
      ]
    }
  ]
}

