File Viewer and Reader

File Viewer and Reader

Allows you to view files of various formats from your disk and dropbox.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "File Viewer and Reader",
  "description": "Allows you to view files of various formats from your disk.",
  "version": "3.2",
  "icons": {
    "16": "images/16x16.png",
    "48": "images/48x48.png",
    "128": "images/128x128.png"
  },
  "homepage_url": "https://file-viewer-b338f.web.app/",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_title": "File Viewer and Reader"
  },
  "manifest_version": 2,
  "browser_specific_settings": {
    "gecko": {
      "id": "{c3955154-eb9d-4334-bddb-02cd60c555cb}"
    }
  }
}