Merge Outlook Calendar

Merge Outlook Calendar

Select the merge view by default when using outlook web calendar

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Merge Outlook Calendar",
  "description": "Select the merge view by default when using outlook web calendar",
  "version": "1.0.2",
  "icons": {
    "16": "images/logo-16.png",
    "48": "images/logo-48.png",
    "128": "images/logo-128.png"
  },
  "content_scripts": [
    {
      "all_frames": true,
      "matches": [
        "https://outlook.office.com/owa/?path=/calendar/view/*"
      ],
      "js": [
        "script.js"
      ]
    }
  ]
}