hide the titlebar

hide the titlebar

Hide the titlebar, for X11. Do not work for Wayland !

Merlin
Additional files are visible only to premium users

manifest.json


{
  "description": "Hide the titlebar, for X11.",
  "manifest_version": 2,
  "name": "hide the titlebar",
  "version": "1.1resigned1",
  "icons": {
    "96": "icon.svg"
  },
  "applications": {
    "gecko": {
      "id": "[email protected]"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "options_ui": {
    "browser_style": true,
    "page": "options.html"
  },
  "permissions": [
    "nativeMessaging"
  ]
}