Humans.txt

Humans.txt

Show humans.txt for the current website, if it exists (see http://humanstxt.org)

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "name": "Humans.txt",
  "description": "Show humans.txt for the current website, if it exists (see http://humanstxt.org)",
  "icons": {
    "16": "icon-16.png",
    "48": "icon-48.png",
    "128": "icon-128.png"
  },
  "version": "1.4.5",
  "permissions": [
    "tabs",
    "http://*/*",
    "https://*/*"
  ],
  "background": {
    "scripts": [
      "jquery.min.js",
      "parseUri.js",
      "humans.js",
      "background.js"
    ]
  },
  "page_action": {
    "default_title": "See humans.txt",
    "default_icon": "icon-16.png",
    "default_popup": "popup.html"
  },
  "manifest_version": 2
}