{
  "id": "./",
  "name": "SeqBench by Gataca Corporation",
  "short_name": "SeqBench",
  "description": "Free online DNA sequence analysis: GC content, reverse complement, RNA, six-frame translation, ORF finder, and IUPAC motif search. Runs in your browser.",
  "start_url": "./?source=pwa",
  "scope": "./",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#F3F6F4",
  "theme_color": "#2E9E5B",
  "categories": [
    "education",
    "productivity",
    "utilities"
  ],
  "icons": [
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}