Bird Eats Bug

Bird Eats Bug

Catch, report, and fix bugs faster.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Bird Eats Bug",
  "homepage_url": "https://birdeatsbug.com/",
  "description": "Catch, report, and fix bugs faster.",
  "default_locale": "en",
  "icons": {
    "16": "icons/16.png",
    "48": "icons/48.png",
    "128": "icons/128.png"
  },
  "permissions": [
    "storage",
    "tabCapture",
    "desktopCapture",
    "activeTab",
    "tabs",
    "webRequest",
    "<all_urls>",
    "alarms"
  ],
  "background": {
    "scripts": [
      "js/EBML.js",
      "js/background.js"
    ],
    "persistent": true
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_title": "Bird Eats Bug",
    "default_icon": {
      "19": "icons/19.png",
      "38": "icons/38.png"
    }
  },
  "options_ui": {
    "page": "options.html",
    "chrome_style": false,
    "browser_style": false,
    "open_in_tab": true
  },
  "web_accessible_resources": [
    "index.html",
    "js/content_scripts/instrumentConsole.js",
    "js/content_scripts/instrumentNetwork.js",
    "js/content_scripts/instrumentDom.js",
    "js/content_scripts/requestMicrophonePermission.js",
    "js/content_scripts/requestWebcamPermission.js",
    "requestMicrophonePermission.html",
    "js/requestMicrophonePermission.js",
    "requestWebcamPermission.html",
    "js/requestWebcamPermission.js",
    "webcamPreview.html",
    "js/webcamPreview.js"
  ],
  "externally_connectable": {
    "matches": [
      "https://app.birdeatsbug.com/*",
      "https://staging.app.birdeatsbug.com/*",
      "https://release.app.birdeatsbug.com/*",
      "http://localhost:8080/*"
    ]
  },
  "version": "1.39.2",
  "content_security_policy": "default-src 'self'; style-src 'self' https://rsms.me/inter/inter.css https://*.paddle.com 'unsafe-inline' 'unsafe-inline'; font-src 'self' https://rsms.me data: https://*; script-src 'self' https://seg-cdn.birdeatsbug.com https://*.paddle.com https://sentry.io https://www.googletagmanager.com https://www.googleadservices.com https://googleads.g.doubleclick.net https://www.google.com https://connect.facebook.net https://px.ads.linkedin.com https://snap.licdn.com https://storage.googleapis.com; connect-src 'self' wss://*.birdeatsbug.com https://*.birdeatsbug.com https://*.atlassian.net https://api.atlassian.com https://sentry.io https://*.bugsnag.com https://api.birdeatsbug.com data:; object-src 'self'; img-src 'self' data: https: blob:; media-src 'self' https://api.birdeatsbug.com https://www.facebook.com/; worker-src 'self' blob:; child-src 'self' blob:; frame-src 'self' https://*.paddle.com https://www.youtube.com https://accounts.birdeatsbug.com; style-src-elem 'self' 'unsafe-inline' *",
  "update_URL": "https://edge.microsoft.com/extensionwebstorebase/v1/crx",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}