PointSwitch for SharePoint on Office 365

PointSwitch for SharePoint on Office 365

Toggle Sharepoint's Mobile View on Office 365!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "PointSwitch for SharePoint on Office 365",
  "short_name": "PointSwitch SharePoint Mobile Toggle",
  "description": "Toggle Sharepoint's Mobile View on Office 365!",
  "version": "1.0",
  "background": {
    "page": "bg.html"
  },
  "browser_action": {
    "default_title": "PointSwitch by AscentPath",
    "default_icon": "icon.png"
  },
  "icons": {
    "16": "icon16.png",
    "32": "icon32.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "permissions": [
    "tabs",
    "https://*.sharepoint.com/*"
  ]
}