Fiverr Seller Assistant

Fiverr Seller Assistant

Fiverr Seller Assistant - View Buyer details when sending buyer request

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Fiverr Seller Assistant",
  "version": "2.0.4",
  "description": "Fiverr Seller Assistant - View Buyer details when sending buyer request",
  "short_name": "FSA",
  "host_permissions": [
    "https://www.fiverr.com/*",
    "https://www.fiverrpromotion.net/*"
  ],
  "permissions": [
    "storage"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://www.fiverr.com/*",
        "https://www.fiverrpromotion.net/*"
      ],
      "js": [
        "assets/jquery-3.5.1.min.js",
        "logic.js"
      ],
      "css": [
        "style.css"
      ]
    }
  ],
  "action": {
    "default_title": "Fiverr Seller Assistant",
    "default_popup": "popup.html",
    "default_icon": {
      "32": "icon32.png",
      "48": "icon48.png",
      "128": "icon128.png"
    }
  },
  "background": {
    "service_worker": "background.js",
    "type": "module"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "images/001-checkout.png",
        "images/002-shopping-bag.png",
        "images/001-clock.png",
        "images/002-placeholder.png",
        "images/003-heart.png",
        "images/001-alarm.png",
        "images/notification.png",
        "images/notification-tone.mp3",
        "images/favicon-32x32.png",
        "images/001-ranking.png",
        "images/002-promotion-1.png",
        "images/003-promotion.png",
        "images/tip-icon.png"
      ],
      "matches": [
        "https://www.fiverr.com/*"
      ]
    }
  ]
}