Cozy Reader

Cozy Reader

Cozy Reader removes all the noise from the web articles that you want to read and saves them in your blockstack powered archive.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "author": "Cozy Reader",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {},
  "content_scripts": [
    {
      "js": [
        "content.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ]
    }
  ],
  "description": "Cozy Reader removes all the noise from the web articles that you want to read and saves them in your blockstack powered archive.",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "manifest_version": 2,
  "name": "Cozy Reader",
  "permissions": [
    "activeTab",
    "contextMenus"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "0.2.1",
  "web_accessible_resources": [
    "*.html"
  ],
  "id": "cozyreader.xyz"
}