Poorly Drawn Lines Viewer

Poorly Drawn Lines Viewer

View the Poorly Drawn Lines web comic conveniently.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "author": "Andy Tu",
  "name": "Poorly Drawn Lines Viewer",
  "short_name": "pdl-comics",
  "description": "View the Poorly Drawn Lines web comic conveniently.",
  "version": "1.0.2",
  "icons": {
    "128": "assets/pdl_128.png"
  },
  "browser_action": {
    "default_icon": "assets/pdl_128.png",
    "default_popup": "bin/index.html",
    "default_name": "View Poorly Drawn Lines"
  },
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "permissions": [
    "*://*.poorlydrawnlines.com/*",
    "storage"
  ]
}