Error Reducer

Error Reducer

Show only errors on THIS bubble.io page within your editor

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Error Reducer",
  "description": "Show only errors on THIS bubble.io page within your editor",
  "version": "1.0",
  "action": {
    "default_popup": "popup.html",
    "default_icon": "icon.png"
  },
  "permissions": [
    "scripting",
    "storage"
  ],
  "host_permissions": [
    "https://bubble.io/*"
  ],
  "background": {
    "service_worker": "background.js"
  }
}