Qwoach Interactive Genogram Maker for Coaches

Qwoach Interactive Genogram Maker for Coaches

Interactive Genogram Maker for coaches and their clients

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Qwoach Interactive Genogram Maker for Coaches",
  "description": "Interactive Genogram Maker for coaches and their clients",
  "version": "1.0.1",
  "manifest_version": 2,
  "icons": {
    "48": "icons/icon_48.png",
    "128": "icons/icon_128.png"
  },
  "browser_action": {
    "default_title": "Qwoach interactive Genogram Maker for coaches"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  }
}