Version Icon

Version Icon

Shows the browser's version as icon

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "__MSG_extName__",
  "version": "0.4",
  "description": "__MSG_extDesc__",
  "default_locale": "en",
  "icons": {
    "48": "icons/icon.svg"
  },
  "applications": {
    "gecko": {
      "id": "[email protected]",
      "strict_min_version": "51.0"
    }
  },
  "author": "magicp",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "browser_style": false,
    "default_icon": "icons/loading.svg",
    "default_title": "__MSG_extTitle__"
  }
}