TXTPEN Web Pen

TXTPEN Web Pen

txtpen learns the way you highlight the web

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "persistent": true,
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_title": "TXTPEN INJECT"
  },
  "content_security_policy": "script-src 'self' https://ajax.googleapis.com https://cdnjs.cloudflare.com https://txtpen.com; object-src 'self'",
  "description": "txtpen learns the way you highlight the web",
  "homepage_url": "https://txtpen.com",
  "icons": {
    "16": "icon16.png",
    "32": "icon32.png",
    "96": "icon96.png",
    "128": "icon128.png"
  },
  "manifest_version": 2,
  "name": "TXTPEN Web Pen",
  "permissions": [
    "storage",
    "tabs",
    "webNavigation",
    "webRequest",
    "webRequestBlocking",
    "http://*/*",
    "https://*/*"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "0.0.2"
}