SP Switch View

SP Switch View

Changes between Authoring and Public View of SharePoint

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "SP Switch View",
  "description": "Changes between Authoring and Public View of SharePoint",
  "version": "1.0",
  "options_page": "options.html",
  "options_ui": {
    "page": "options.html",
    "open_in_tab": false
  },
  "permissions": [
    "tabs",
    "storage"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "name": "Switches between the public and authoring view of SharePoint Public Website"
  },
  "manifest_version": 2
}