Walmart Creator Toolbar

Walmart Creator Toolbar

Make Money. Live Better.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Walmart Creator Toolbar",
  "description": "Make Money. Live Better.",
  "version": "1.0.6",
  "manifest_version": 3,
  "host_permissions": [
    "https://creator-stg.walmart.com/*",
    "https://creator.walmart.com/*",
    "https://walmart.com/*"
  ],
  "permissions": [
    "activeTab",
    "cookies",
    "scripting"
  ],
  "icons": {
    "16": "logo.png",
    "32": "logo.png",
    "48": "logo.png",
    "128": "logo.png"
  },
  "action": {
    "default_title": "Click to show Walmart Creator toolbar",
    "default_popup": "index.html"
  },
  "background": {
    "service_worker": "background.js"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_idle",
      "css": [],
      "js": [
        "static/js/main.a5cbea98.js"
      ]
    }
  ],
  "externally_connectable": {
    "matches": [
      "*://creator-stg.walmart.com/*",
      "*://creator.walmart.com/*"
    ]
  },
  "web_accessible_resources": [
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": []
    }
  ]
}