recheck-web Demo

recheck-web Demo

One-click change detection of websites.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "recheck-web Demo",
  "version": "0.9.5",
  "manifest_version": 2,
  "description": "One-click change detection of websites.",
  "permissions": [
    "activeTab",
    "https://*.retest.org/",
    "https://*.retest.de/"
  ],
  "browser_action": {
    "default_icon": "icon.png",
    "tooltip": "Click to create a Golden Master or a difference report of this website."
  },
  "background": {
    "scripts": [
      "full-page-screen-capture-api.js",
      "background.js"
    ],
    "persistent": true
  },
  "web_accessible_resources": [
    "login.html",
    "login.js",
    "keycloak.min.js"
  ],
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  }
}