PinPatrol

PinPatrol

This table shows, in a readable format, the state of HSTS and HPKP domains stored by the browser.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "PinPatrol",
  "short_name": "PinPatrol for Chrome",
  "version": "0.4",
  "description": "This table shows, in a readable format, the state of HSTS and HPKP domains stored by the browser.",
  "author": "ElevenPaths",
  "icons": {
    "16": "data/img/icon-16.png",
    "32": "data/img/icon-32.png",
    "64": "data/img/icon-64.png"
  },
  "browser_action": {
    "default_title": "PinPatrol",
    "default_icon": {
      "16": "data/img/icon-16.png",
      "32": "data/img/icon-32.png",
      "64": "data/img/icon-64.png"
    }
  },
  "background": {
    "scripts": [
      "index.js"
    ]
  },
  "permissions": [
    "tabs",
    "history"
  ]
}