Compact View

Compact View

3rd Party Style Script for Microsoft Outlook in Office365 to create a more compact view.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "minimum_chrome_version": "6.0",
  "author": "shadowbq",
  "content_scripts": [
    {
      "css": [
        "css/compact.css"
      ],
      "matches": [
        "https://outlook.live.com/*",
        "https://outlook.live.com/*",
        "https://outlook.office.com/*",
        "http://outlook.office.com/*",
        "https://outlook.office365.com/*",
        "http://outlook.office365.com/*"
      ],
      "run_at": "document_start"
    }
  ],
  "options_page": "options.html",
  "description": "3rd Party Style Script for Microsoft Outlook in Office365 to create a more compact view.",
  "name": "Compact View",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "homepage_url": "https://chrome.google.com/webstore/detail/npdfmcdicjcimlknokcglcobjbckkmkh",
  "short_name": "CompactView",
  "version": "1.1.0",
  "icons": {
    "16": "icon/16.png",
    "32": "icon/32.png",
    "64": "icon/64.png",
    "128": "icon/128.png"
  }
}