Minimalist GDocs & GSlides [updated fork]

Minimalist GDocs & GSlides [updated fork]

This plugin hides all controls and buttons and lets you focus on creation. It is an updated version of the original "Distraction Free Mode for Google Docs" plugin, which is currently not being updated by the owner for Firefox.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Minimalist GDocs & GSlides [updated fork]",
  "description": "The distraction free mode (▣) for Google Docs and Google Slides hides all controls and buttons and lets you focus on creation.",
  "homepage_url": "http://flowapps.co/distractionfree",
  "author": "Flowapps.co + HappyViking",
  "version": "2.2.1",
  "icons": {
    "16": "img/icon-16.png",
    "19": "img/icon-19.png",
    "38": "img/icon-38.png",
    "48": "img/icon-48.png",
    "128": "img/icon-128.png",
    "256": "img/icon-256.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "[email protected]"
    }
  },
  "manifest_version": 3,
  "background": {
    "scripts": [
      "firefox-bg.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "https://docs.google.com/*"
      ],
      "js": [
        "firefox-df.js"
      ]
    }
  ]
}