MPT Hide Browser UI

MPT Hide Browser UI

Makes the Browser Open without Browser UI (address bar, toolbar, etc.).

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "MPT Hide Browser UI",
  "version": "1",
  "description": "Makes the Browser Open without Browser UI (address bar, toolbar, etc.).",
  "icons": {
    "48": "icons/[email protected]",
    "96": "icons/[email protected]"
  },
  "browser_action": {
    "default_icon": {
      "48": "icons/[email protected]",
      "96": "icons/[email protected]"
    },
    "default_title": "MPT Hide Browser UI",
    "default_popup": "html/index.html"
  },
  "background": {
    "scripts": [
      "js/background.js"
    ]
  },
  "permissions": [
    "storage",
    "tabs"
  ]
}