NOVA RNA Lab

NOVA RNA Lab

Solve RNA puzzles and find out why RNA is central to the origin of life, evolution, and the cellular machinery that keeps us alive.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "NOVA RNA Lab",
  "short_name": "RNA Lab",
  "description": "Solve RNA puzzles and find out why RNA is central to the origin of life, evolution, and the cellular machinery that keeps us alive.",
  "version": "1.0.0.0",
  "manifest_version": 2,
  "icons": {
    "128": "app-icon-rna.png"
  },
  "app": {
    "urls": [
      "http://www.pbs.org/wgbh/nova/labs/lab/rna/"
    ],
    "launch": {
      "web_url": "http://www.pbs.org/wgbh/nova/labs/lab/rna/"
    }
  }
}