readify.me

readify.me

A safe, easy, open-source solution that allows you to read articles in peace.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "readify.me",
  "description": "A safe, easy, open-source solution that allows you to read articles in peace.",
  "version": "1.0",
  "manifest_version": 3,
  "permissions": [
    "activeTab"
  ],
  "background": {
    "service_worker": "/background.js"
  },
  "action": {
    "default_icon": {
      "16": "/images/book16.png",
      "32": "/images/book32.png",
      "48": "/images/book48.png",
      "128": "/images/book128.png"
    }
  },
  "icons": {
    "16": "/images/book16.png",
    "32": "/images/book32.png",
    "48": "/images/book48.png",
    "128": "/images/book128.png"
  }
}