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
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "version": "0.0.1",
  "name": "بنفش - بهترین قیمت‌ها را با یک کلیک پیدا کنید!",
  "description": "بنفش یک افزونه کروم است که به شما کمک می‌کند تا بهترین قیمت‌ها برای محصولات را پیدا کنید.",
  "default_locale": "fa",
  "host_permissions": [
    "*://*/*",
    "http://*/*",
    "https://*/*"
  ],
  "permissions": [
    "storage",
    "contextMenus",
    "background",
    "activeTab"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "/icons/*.png"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "icons": {
    "32": "icons/32.png",
    "48": "icons/48.png",
    "64": "icons/64.png",
    "128": "icons/128.png",
    "512": "icons/512.png"
  },
  "background": {
    "service_worker": "background.js"
  },
  "action": {
    "default_icon": {
      "16": "icons/16.png",
      "19": "icons/19.png",
      "32": "icons/32.png",
      "38": "icons/38.png",
      "48": "icons/48.png",
      "64": "icons/64.png",
      "128": "icons/128.png",
      "512": "icons/512.png"
    },
    "default_popup": "popup/index.html"
  },
  "content_scripts": [
    {
      "all_frames": true,
      "match_about_blank": true,
      "matches": [
        "http://*/*",
        "https://*/*",
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ]
}