{
  "id": "/",
  "name": "fishka.bio",
  "short_name": "fishka.bio",
  "description": "Fast, private bio tools that run entirely in your browser: Sanger / .ab1 chromatograms, GenBank records and sequence files. Your data never leaves the machine.",
  "lang": "en",
  "dir": "ltr",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#f7f8fa",
  "theme_color": "#f7f8fa",
  "categories": [
    "science",
    "education",
    "productivity"
  ],
  "icons": [
    {
      "src": "icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "ab1lens",
      "url": "/ab1lens"
    },
    {
      "name": "picklet",
      "url": "/picklet"
    },
    {
      "name": "gbatlas",
      "url": "/gbatlas"
    }
  ],
  "file_handlers": [
    {
      "action": "/ab1lens",
      "accept": {
        "application/octet-stream": [
          ".ab1",
          ".abi",
          ".srd"
        ]
      }
    },
    {
      "action": "/picklet",
      "accept": {
        "text/plain": [
          ".fasta",
          ".fa",
          ".fas",
          ".fna",
          ".faa",
          ".fastq",
          ".fq",
          ".embl",
          ".aln",
          ".clustal",
          ".sto",
          ".phy",
          ".nex",
          ".msf",
          ".pir",
          ".meg",
          ".gff",
          ".gff3",
          ".sam",
          ".gfa",
          ".pdb",
          ".ace"
        ],
        "application/octet-stream": [
          ".scf",
          ".bam"
        ]
      }
    },
    {
      "action": "/gbatlas",
      "accept": {
        "text/plain": [
          ".gb",
          ".gbk",
          ".gbff",
          ".genbank",
          ".gen",
          ".gp"
        ]
      }
    }
  ],
  "launch_handler": {
    "client_mode": "focus-existing"
  }
}
