Version in Toolbar

Version in Toolbar

Shows the MAJOR software version (the part on the left of the first dot).

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Version in Toolbar",
  "version": "0.9.3resigned1",
  "description": "Shows the major software version.",
  "icons": {
    "48": "img/version48.png"
  },
  "background": {
    "scripts": [
      "version.js"
    ]
  },
  "browser_action": {
    "default_icon": "img/version-button.png",
    "default_title": "Version",
    "browser_style": true
  },
  "applications": {
    "gecko": {
      "id": "[email protected]"
    }
  },
  "developer": {
    "name": "Kai Engert",
    "url": "https://kuix.de"
  }
}