Soda PDF Viewer

Soda PDF Viewer

Allows you to view pdf files with the Soda online pdf viewer.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "description": "Allows you to view pdf files with the Soda online pdf viewer.",
  "manifest_version": 2,
  "name": "Soda_PDF_Viewer",
  "version": "1.0.0.1",
  "applications": {
    "gecko": {
      "id": "@lulu-soft-123",
      "strict_min_version": "55.0"
    }
  },
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "*://*/*",
    "tabs",
    "contextMenus",
    "downloads"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  }
}