Read Medium for free

Read Medium for free

Read Medium stories without leaving the page if you reached to free reading limit

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Read Medium for free",
  "version": "1.0",
  "manifest_version": 2,
  "description": "Read Medium stories without leaving the page if you reached to free reading limit",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "icons": {
    "16": "icons/16.png",
    "48": "icons/48.png",
    "128": "icons/128.png"
  },
  "permissions": [
    "activeTab"
  ],
  "browser_action": {}
}