DevBox

DevBox

The Developer Toolbox

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "description": "The Developer Toolbox",
  "name": "DevBox",
  "manifest_version": 3,
  "version": "2.3.0",
  "icons": {
    "16": "app/icon-16x16.png",
    "48": "app/icon-48x48.png",
    "128": "app/icon-128x128.png"
  },
  "action": {
    "default_icon": {
      "16": "app/icon-16x16.png",
      "32": "app/icon-32x32.png",
      "48": "app/icon-48x48.png",
      "128": "app/icon-128x128.png"
    }
  },
  "background": {
    "service_worker": "background.js"
  }
}