MPT Fullscreen

MPT Fullscreen

Makes the Browser Fullscreen when opened.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "MPT Fullscreen",
  "version": "1.4resigned1",
  "description": "Makes the Browser Fullscreen when opened.",
  "icons": {
    "48": "icons/[email protected]",
    "96": "icons/[email protected]"
  },
  "browser_action": {
    "default_icon": {
      "48": "icons/[email protected]",
      "96": "icons/[email protected]"
    },
    "default_title": "MPT Fullscreen",
    "default_popup": "html/index.html"
  },
  "background": {
    "scripts": [
      "js/background.js"
    ]
  },
  "permissions": [
    "storage",
    "tabs"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{167c0fa6-8c5a-48e4-8bea-638b81648627}"
    }
  }
}