Minor Version in Toolbar

Minor Version in Toolbar

Shows the MINOR software version (the trailing part of the version number, starting with the first dot).

Merlin
Additional files are visible only to premium users

manifest.json


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