Red Bubble Product Import

Red Bubble Product Import

Customized Product Import for RedBubble.com

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "description": "Customized Product Import for RedBubble.com",
  "manifest_version": 2,
  "name": "Red Bubble Product Import",
  "browser_action": {
    "default_title": "Red Bubble"
  },
  "permissions": [],
  "version": "2.1",
  "content_scripts": [
    {
      "all_frames": false,
      "js": [
        "js/jquery-2.2.4.min.js",
        "js/script.js"
      ],
      "matches": [
        "https://www.redbubble.com/*"
      ],
      "run_at": "document_end"
    }
  ]
}