Resize Outlook Tool

Resize Outlook Tool

Allows you to fully resize the non-preview panes of Outlook online

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Resize Outlook Tool",
  "version": "0.1.6",
  "description": "Allows you to fully resize the non-preview panes of Outlook online",
  "content_scripts": [
    {
      "css": [
        "styles.css"
      ],
      "js": [
        "confirm.js"
      ],
      "matches": [
        "https://outlook.office.com/*",
        "https://outlook.office365.com/*",
        "https://outlook.live.com/*"
      ]
    }
  ],
  "icons": {
    "16": "128.png"
  },
  "permissions": [
    "storage"
  ]
}