FlyView for SharePoint and Office 365 Sites

FlyView for SharePoint and Office 365 Sites

Explore SharePoint sites with this super fast SharePoint navigation plugin, supports on-premise 2013/10/07 and Office 365 versions

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "author": "AuroraBits.com",
  "name": "FlyView for SharePoint and Office 365 Sites",
  "short_name": "FlyView",
  "description": "Explore SharePoint sites with this super fast SharePoint navigation plugin, supports on-premise 2013/10/07 and Office 365 versions",
  "homepage_url": "http://www.aurorabits.com/",
  "version": "2.9.1.125",
  "icons": {
    "16": "shared/images/icon_16x16.png",
    "32": "shared/images/icon_32x32.png",
    "48": "shared/images/icon_48x48.png",
    "128": "shared/images/icon_128x128.png"
  },
  "options_page": "options.html",
  "browser_action": {
    "default_icon": {
      "19": "shared/images/icon_19x19.png",
      "38": "shared/images/icon_38x38.png"
    },
    "default_title": "FlyView for SharePoint [2.9.1.125]",
    "default_popup": "popup.html"
  },
  "background": {
    "page": "background.html",
    "persistent": true
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "shared/sp/microsoftajax.js",
        "shared/sp/init.js",
        "shared/sp/sp.runtime.js",
        "shared/sp/sp.js",
        "shared/js/jquery_ie.js",
        "shared/js/jquery-ui_ie.js",
        "shared/js/spservices.js",
        "shared/js/dataprovider.js",
        "shared/js/config.js",
        "shared/js/menu.js",
        "shared/js/menucontroller.js",
        "addin.js"
      ]
    }
  ],
  "web_accessible_resources": [
    "shared/images/*.*"
  ],
  "permissions": [
    "storage",
    "webRequest",
    "webRequestBlocking"
  ]
}