Examine source code of Document File Viewer

Inspect and view changes in Document File Viewer source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "name": "__MSG_ext_name__",
  "description": "__MSG_ext_description__",
  "default_locale": "en_US",
  "icons": {
    "16": "images/icon16.png",
    "128": "images/icon128.png"
  },
  "background": {
    "service_worker": "js/bg.js"
  },
  "action": {
    "default_icon": "images/icon32.png",
    "default_title": "__MSG_ext_name__"
  },
  "permissions": [
    "storage"
  ],
  "update_url": "http://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "minimum_chrome_version": "88.0.0.0",
  "version": "1.0.1.3"
}