Taylor - ChatGPT 3.5 para dropsshiping.

Taylor - ChatGPT 3.5 para dropsshiping.

Ei, dropshipper!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Taylor - ChatGPT 3.5 para dropsshiping. ",
  "description": "Ei, dropshipper!",
  "version": "1.5",
  "manifest_version": 3,
  "author": {
    "name": "Junio Silva",
    "url": "https://www.instagram.com/juniodaglau/"
  },
  "background": {
    "service_worker": "js/sw.js"
  },
  "action": {
    "default_title": "Taylor Drop"
  },
  "icons": {
    "16": "icons/16.png",
    "24": "icons/24.png",
    "32": "icons/32.png",
    "48": "icons/48.png",
    "64": "icons/64.png",
    "128": "icons/128.png",
    "256": "icons/256.png"
  },
  "commands": {
    "open-popup": {
      "suggested_key": {
        "default": "Ctrl+M",
        "mac": "Command+M"
      },
      "description": "Run Taylor on the current page"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "https://*/*",
        "http://*/*"
      ],
      "js": [
        "js/content.js"
      ]
    }
  ],
  "host_permissions": [
    "https://*/*",
    "http://*/*"
  ],
  "web_accessible_resources": [
    {
      "matches": [
        "https://*/*",
        "http://*/*"
      ],
      "resources": [
        "popup.html"
      ]
    }
  ],
  "permissions": [
    "identity",
    "identity.email",
    "contextMenus",
    "storage"
  ]
}