titlePreface - add a name to the window title

titlePreface - add a name to the window title

If you organize windows by topic, you may want to add a preface to the title bar for easier spotting. **Please see description for link to earlier extension for this!**

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "titlePreface - add a name to the window title",
  "description": "If you organize windows by topic, you may want to add a preface to the title bar for easier spotting.",
  "version": "0.1",
  "manifest_version": 2,
  "applications": {
    "gecko": {
      "id": "[email protected]",
      "strict_min_version": "60.0"
    }
  },
  "browser_action": {
    "browser_style": true,
    "default_icon": "icons/hi_128x128.png",
    "default_popup": "editPreface.html",
    "default_title": "titlePreface"
  },
  "icons": {
    "128": "icons/hi_128x128.png"
  }
}