Jiffy Reader

Jiffy Reader

A Browser Extension for Faster Reading on ANY website!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "icons": {
    "16": "icon16.721b7357.png",
    "48": "icon48.f544afcb.png",
    "128": "icon128.6aa15eb0.png"
  },
  "manifest_version": 3,
  "action": {
    "default_icon": {
      "16": "icon16.721b7357.png",
      "48": "icon48.f544afcb.png"
    },
    "default_popup": "popup.d334c8be.html"
  },
  "version": "1.1.5",
  "name": "Jiffy Reader",
  "description": "A Browser Extension for Faster Reading on ANY website!",
  "author": "",
  "homepage_url": "https://github.com/ansh/jiffyreader.com#readme",
  "permissions": [
    "storage",
    "activeTab"
  ],
  "background": {
    "service_worker": "background.d0591844.js",
    "type": "module"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.73592dd4.js"
      ],
      "all_frames": true,
      "run_at": "document_end",
      "css": []
    }
  ],
  "version_name": "1.1.5",
  "default_locale": "en",
  "commands": {
    "toggle-bionic": {
      "suggested_key": {
        "default": "Alt+B"
      },
      "description": "Toggle bionic reading mode"
    }
  },
  "web_accessible_resources": [
    {
      "resources": [
        "assets/icon512.png",
        "assets/sun-light-solid.svg",
        "assets/moon-solid.svg"
      ],
      "matches": [
        "<all_urls>"
      ]
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "content.8e1f2b20.css"
      ]
    }
  ]
}