{
  "name": "Teaching Labels Labelize Tool",
  "scope": "/app/",
  "description": "A tool for adding line-text annotation labels to your images.",
  "short_name": "Labelize",
  "lang" : "English",
  "theme_color": "#cc33ff",
  "background_color": "#6600cc",
  "display": "standalone",
  "start_url": "/app/index.html",
  "orientation": "any",
  "icons": [
    {
      "src": "/app/favicon16.png",
      "sizes": "16x16",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/app/favicon.png",
      "sizes": "32x32",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/app/favicon192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    }
    ,
      {
        "src": "/app/favicon512.png",
        "sizes": "512x512",
        "type": "image/png",
        "purpose": "any"
      }
  ]
}
