LRT Power*Trust – PageRank Replacement

LRT Power*Trust – PageRank Replacement

The LRT Power*Trust metric helps you evaluate the quality and trustworthiness of a domain or page you are currently visiting.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "LRT Power*Trust – PageRank Replacement",
  "short_name": "Power*Trust",
  "description": "The LRT Power*Trust metric helps you evaluate the quality and trustworthiness of a domain or page you are currently visiting.",
  "version": "1.4.0",
  "icons": {
    "256": "img/logo256.png"
  },
  "browser_action": {
    "default_icon": "img/icon256.png",
    "default_popup": "html/popup.html"
  },
  "background": {
    "page": "/html/background.html"
  },
  "web_accessible_resources": [],
  "permissions": [
    "tabs",
    "http://*/*",
    "https://*/*",
    "webRequest",
    "webRequestBlocking",
    "storage"
  ]
}