Google Docs Viewer

Google Docs Viewer

Allows you to view documents and other files online with the google docs viewer.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "description": "Allows you to view documents and other files online with the google docs viewer.",
  "manifest_version": 2,
  "name": "Google Docs Viewer",
  "version": "1.2.6resigned1",
  "default_locale": "en",
  "applications": {
    "gecko": {
      "id": "{a734ba68-4aac-41e0-9141-9f8d00373d93}",
      "strict_min_version": "59.0"
    }
  },
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "*://*/*",
    "contextMenus",
    "downloads",
    "storage"
  ],
  "background": {
    "scripts": [
      "content-disposition.js",
      "background.js"
    ]
  },
  "options_ui": {
    "page": "options.html",
    "browser_style": false
  }
}