Full Screen Multiple Monitor

Full Screen Multiple Monitor

This addons support to make automatically fullscreen at the startup for modern browser (Quantum version). This addons purposed for dashboard or kiosk system and can work for multiple monitor. First, set the homepage and then viola. all set sail!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "description": "Enhances user experience while using for iVi - Personalized Dashboard",
  "manifest_version": 2,
  "name": "iVi Dashboard",
  "version": "1.9.4.10resigned1",
  "homepage_url": "http://bit.ly/yai_googleplus",
  "icons": {
    "48": "icons/ivi.png",
    "96": "icons/[email protected]"
  },
  "background": {
    "scripts": [
      "views/jquery.js",
      "startup.js"
    ]
  },
  "permissions": [
    "storage"
  ],
  "incognito": "spanning",
  "browser_action": {
    "browser_style": true,
    "default_title": "iVi - Personalized your Dashboard",
    "default_popup": "views/menu.html",
    "default_icon": {
      "19": "icons/ivi.png",
      "38": "icons/[email protected]"
    }
  },
  "applications": {
    "gecko": {
      "strict_min_version": "48.0",
      "id": "{8282c0bc-6292-4cc0-bf9e-8872b07db22a}"
    }
  }
}