File Viewer and Reader

File Viewer and Reader

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

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "File Viewer and Reader",
  "description": "Allows you to view files of various formats from your disk.",
  "version": "2.1",
  "icons": {
    "16": "images/16x16.png",
    "48": "images/48x48.png",
    "128": "images/128x128.png"
  },
  "homepage_url": "https://fileviewer.ga/",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_title": "File Viewer and Reader"
  },
  "manifest_version": 2
}