اصالت سنج نماد اعتماد الکترونیکی

با این افزونه می توان اصالت نماد اعتماد الکترونیکی سایت هایی که دارای نماد هستند را بررسی نمود
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "author": "semnan-cert",
  "name": "اصالت سنج نماد اعتماد الکترونیکی",
  "description": "با این افزونه می توان اصالت نماد اعتماد الکترونیکی سایت هایی که دارای نماد هستند را بررسی نمود",
  "version": "1.3.7",
  "permissions": [
    "tabs"
  ],
  "icons": {
    "128": "img/logo.png"
  },
  "background": {
    "scripts": [
      "js/background.js"
    ],
    "persistent": true
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "js/popup.js"
      ]
    }
  ],
  "browser_action": {
    "default_title": "اصالت سنج نماد اعتماد الکترونیکی",
    "default_popup": "view/popup.html"
  },
  "manifest_version": 2
}