3asyR

3asyR

3asyR 3asyR helps you enjoy reading.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "3asyR",
  "author": "SB Technologies",
  "version": "2.1.1",
  "description": "3asyR 3asyR helps you enjoy reading.",
  "icons": {
    "16": "16.png",
    "48": "48.png",
    "128": "128.png"
  },
  "browser_action": {},
  "content_security_policy": "script-src 'self' 'sha256-GgRxrVOKNdB4LrRsVPDSbzvfdV4UqglmviH9GoBJ5jk='; object-src 'self'",
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "css": [
        "/static/css/app.css",
        "/static/css/content.css"
      ],
      "js": [
        "/static/js/content.js"
      ]
    }
  ],
  "web_accessible_resources": [
    "fonts/OpenDyslexic-Regular.otf",
    "fonts/dyslexicgreek.woff",
    "fonts/Verdana.ttf",
    "fonts/ComicNeue-Regular.otf"
  ],
  "background": {
    "scripts": [
      "app/background.js"
    ]
  }
}