DNA Helper

DNA Helper

Basic nucleotide manipulations at the address bar!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "DNA Helper",
  "author": "Chiraag Kapadia",
  "version": "1.0.0",
  "manifest_version": 2,
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "omnibox": {
    "keyword": "DNAHelper"
  },
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "description": "Basic nucleotide manipulations at the address bar!",
  "short_name": "DNAHelper",
  "permissions": [
    "clipboardWrite"
  ]
}