Easy View

Easy View

Easy View extension provides a way to view web content in clean and readable view.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Easy View",
  "short_name": "EasyView",
  "description": "Easy View extension provides a way to view web content in clean and readable view.",
  "version": "1.22.1018",
  "icons": {
    "16": "icons/16.png",
    "32": "icons/32.png",
    "48": "icons/48.png",
    "128": "icons/128.png"
  },
  "background": {
    "service_worker": "worker.js"
  },
  "action": {
    "default_icon": {
      "16": "icons/16.png",
      "32": "icons/32.png",
      "48": "icons/48.png",
      "128": "icons/128.png"
    },
    "default_title": "Easy View"
  },
  "host_permissions": [
    "<all_urls>"
  ],
  "permissions": [
    "tabs",
    "history",
    "storage",
    "cookies",
    "scripting"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "/pages/reader/index.html"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "manifest_version": 3
}