Read with Instapaper

Read with Instapaper

Instantly view any compatible web page in Instapaper's text view.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Read with Instapaper",
  "description": "Instantly view any compatible web page in Instapaper's text view.",
  "version": "0.4",
  "background": {
    "service_worker": "background.js"
  },
  "action": {
    "default_icon": {
      "16": "icon16.png",
      "24": "icon24.png",
      "32": "icon32.png"
    },
    "default_title": "Instapaper Text"
  },
  "homepage_url": "https://github.com/pcomans/ReadWithInstapaper",
  "icons": {
    "128": "icon-128.png"
  },
  "permissions": [
    "tabs"
  ],
  "manifest_version": 3
}