Redbubble Trends

Redbubble Trends

Redbubble Trends helps you discover trending tags & search terms with low competition, copy tags & more

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Redbubble Trends",
  "description": "Redbubble Trends helps you discover trending tags & search terms with low competition, copy tags & more",
  "version": "1.2",
  "icons": {
    "16": "icons/logo-16.png",
    "48": "icons/logo-48.png",
    "128": "icons/logo-128.png"
  },
  "action": {
    "default_title": "Redbuble Extended Pro",
    "default_popup": "popup/popup.html"
  },
  "permissions": [
    "tabs",
    "storage",
    "scripting"
  ],
  "host_permissions": [
    "*://*.redbubble.com/*",
    "*://redbubble.dabu.ro/*"
  ],
  "background": {
    "service_worker": "service-worker.js"
  },
  "content_scripts": [
    {
      "js": [
        "jquery-3.6.0.min.js",
        "jquery.dataTables.min.js",
        "dataTables.bulma.min.js",
        "foreground.js"
      ],
      "css": [
        "jquery.dataTables.min.css",
        "dataTables.bulma.min.css",
        "bulma.min.css",
        "foreground.css"
      ],
      "matches": [
        "http://*.redbubble.com/*",
        "https://*.redbubble.com/*"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "icons/tag.svg",
        "icons/checkmark.svg",
        "icons/cross.svg"
      ],
      "matches": [
        "http://*.redbubble.com/*",
        "https://*.redbubble.com/*"
      ]
    }
  ]
}