Rahavard

Rahavard

By using the Rahavard extension, you can have access to the technical chart at any moment.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Rahavard",
  "version": "1.0.1",
  "description": "By using the Rahavard extension, you can have access to the technical chart at any moment.",
  "icons": {
    "16": "public/icons/16.png",
    "32": "public/icons/32.png",
    "48": "public/icons/48.png",
    "128": "public/icons/128.png"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "public/*",
        "assets/*"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "permissions": [
    "contextMenus"
  ],
  "action": {
    "default_icon": {
      "16": "public/icons/16.png",
      "32": "public/icons/32.png",
      "48": "public/icons/48.png",
      "128": "public/icons/128.png"
    },
    "default_title": "Rahavard"
  },
  "background": {
    "service_worker": "background/index.js",
    "type": "module"
  }
}