Certilane Anti-Phishing

Certilane Anti-Phishing

Certilane assures you that you are on the correct website by checking the domain against our trusted domains database, and protects…

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "version": "1.0.1",
  "default_locale": "fr",
  "icons": {
    "16": "img/icon/16.png",
    "32": "img/icon/32.png",
    "38": "img/icon/38.png",
    "512": "img/icon/512.png"
  },
  "background": {
    "persistent": true,
    "scripts": [
      "build/service.min.js"
    ]
  },
  "content_security_policy": "script-src 'self' ;object-src 'self'",
  "page_action": {
    "default_icon": {
      "38": "img/icon/38.png"
    },
    "default_popup": "popup.html",
    "default_title": "Certilane site checker"
  },
  "permissions": [
    "tabs",
    "https://prod.taklane.com/*"
  ],
  "short_name": "CertiCheck"
}