Chicken Smoothie Auto Trade Adder

Chicken Smoothie Auto Trade Adder

Automatically adds items and pets in an entire group to the trade

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Chicken Smoothie Auto Trade Adder",
  "version": "1.2",
  "description": "Automatically adds items and pets in an entire group to the trade",
  "permissions": [
    "activeTab",
    "scripting"
  ],
  "action": {
    "default_popup": "popup.html",
    "default_title": "Auto Item Adder"
  },
  "background": {
    "service_worker": "background.js"
  },
  "host_permissions": [
    "https://www.chickensmoothie.com/*"
  ]
}