{
  "name": "SquidFace \u2014 Make anything with AI",
  "short_name": "SquidFace",
  "id": "/?utm=pwa",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#05060a",
  "theme_color": "#0b1220",
  "description": "Text, image, video, voice, avatars and ads \u2014 one cinematic AI studio.",
  "categories": [
    "productivity",
    "graphics",
    "video",
    "utilities"
  ],
  "icons": [
    {
      "src": "icons/icon-192.png?v=3",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-512.png?v=3",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-512-maskable.png?v=3",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Text Studio",
      "short_name": "Text",
      "url": "./index.html#text"
    },
    {
      "name": "Image Studio",
      "short_name": "Image",
      "url": "./index.html#image"
    },
    {
      "name": "Video Studio",
      "short_name": "Video",
      "url": "./index.html#video"
    },
    {
      "name": "My Folder",
      "short_name": "Files",
      "url": "./index.html#files"
    }
  ],
  "screenshots": [
    {
      "src": "icons/screen-wide.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide"
    },
    {
      "src": "icons/screen-narrow.png",
      "sizes": "414x896",
      "type": "image/png",
      "form_factor": "narrow"
    }
  ]
}