Papertrail Pretty

Papertrail Pretty

Chrome extension to make Papertrail logs more readable

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Papertrail Pretty",
  "version": "0.0.2",
  "description": "Chrome extension to make Papertrail logs more readable",
  "content_scripts": [
    {
      "matches": [
        "https://papertrailapp.com/*"
      ],
      "js": [
        "lib.js",
        "app.js"
      ],
      "css": [
        "lib.css",
        "app.css"
      ]
    }
  ],
  "icons": {
    "128": "icon.png"
  }
}