View log files

View log files

View your log files in your devtools

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "View log files",
  "description": "View your log files in your devtools",
  "version": "1.3",
  "devtools_page": "devtools.html",
  "action": {
    "default_icon": "images/icon512.png"
  },
  "permissions": [
    "offscreen"
  ],
  "icons": {
    "16": "images/icon16.png",
    "32": "images/icon32.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  }
}