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": "2resigned1",
  "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"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{2b47bc11-0396-4cdc-8c86-b9f4198df132}"
    }
  }
}