Darbee - Etsy AI Listing Tool

Darbee - Etsy AI Listing Tool

Darbee is a powerful e-commerce tool that uses artificial intelligence to generate Etsy™ product titles, descriptions, and tags.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Darbee - Etsy AI Listing Tool",
  "version": "2.35",
  "description": "Darbee is a powerful e-commerce tool that uses artificial intelligence to generate Etsy™ product titles, descriptions, and tags.",
  "action": {
    "default_popup": "popup.html",
    "default_title": "Beta Test for new product.",
    "default_icon": {
      "16": "images/16pxDYellow.png",
      "48": "images/48px.png",
      "128": "images/128px.png"
    }
  },
  "permissions": [
    "identity",
    "tabs",
    "activeTab",
    "scripting",
    "storage"
  ],
  "background": {
    "service_worker": "background.js",
    "type": "module"
  },
  "host_permissions": [
    "*://*.etsy.com/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://*.etsy.com/*"
      ],
      "js": [
        "import-content.js"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "index.html",
        "login.html",
        "createOrLogin.html",
        "images/GoogleButton.png",
        "images/Darbeegif.gif",
        "images/DarbeeRobot.png",
        "images/gear-fill.svg",
        "images/blackCamera.svg",
        "images/paintbrush.svg",
        "images/16pxDBlack.png",
        "images/PopUP Login.svg",
        "images/Login.svg",
        "images/createOrLogin.svg"
      ],
      "matches": [
        "<all_urls>"
      ]
    },
    {
      "resources": [
        "chunks/*-*.js",
        "content.js"
      ],
      "matches": [
        "*://*.etsy.com/*"
      ]
    }
  ],
  "oauth2": {
    "client_id": "325341692961-035v8466ka0263g1cd6o19kilo8j9sdp.apps.googleusercontent.com",
    "scopes": [
      "https://www.googleapis.com/auth/userinfo.email"
    ]
  },
  "icons": {
    "16": "images/16pxDYellow.png",
    "48": "images/48px.png",
    "128": "images/128px.png"
  }
}