FlyView for SharePoint and Office 365 Sites

Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "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.8.9.114",
  "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.8.9.114]",
    "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/*.*",
    "shared/fa/*.*",
    "addin.js"
  ],
  "permissions": [
    "tabs",
    "<all_urls>",
    "storage",
    "webRequest",
    "webRequestBlocking"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}