Examine source code of افزونه هیرو

Inspect and view changes in افزونه هیرو source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "description": " افزونه امنیتی هیرو",
  "manifest_version": 2,
  "name": " افزونه هیرو",
  "version": "1.5",
  "icons": {
    "32": "icons/hiroo-32.png",
    "48": "icons/hiroo-48.png"
  },
  "permissions": [
    "activeTab",
    "webRequest",
    "tabs",
    "storage"
  ],
  "browser_action": {
    "default_popup": "popup/index.html",
    "default_icon": "icons/hiroo-48.png",
    "default_title": "رتبه ی امنیتی سایت"
  },
  "background": {
    "scripts": [
      "./popup/js/jquery-3.2.1.min.js"
    ]
  }
}