Full Screen NO Title/URL Bar

Full Screen NO Title/URL Bar

Full Screen content without Title Bar / URL Bar / Tabs

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Full Screen without Title/URL Bar",
  "version": "1.1",
  "description": "Full Screen content without Title Bar / URL Bar / Tabs",
  "homepage_url": "https://rahulvarale.github.io/",
  "icons": {
    "16": "icons/icon_16x16.png",
    "32": "icons/icon_32x32.png",
    "64": "icons/icon_64x64.png",
    "128": "icons/icon_128x128.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": {
      "16": "icons/icon_16x16.png",
      "32": "icons/icon_32x32.png",
      "64": "icons/icon_64x64.png",
      "128": "icons/icon_128x128.png"
    }
  },
  "permissions": [
    "tabs",
    "http://*/*",
    "https://*/*"
  ]
}