Browser stats

Browser stats

An advanced browser debugging and stats gathering tool.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "persistent": false,
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": "assets/icon_16.png",
    "default_popup": "popup.html"
  },
  "content_security_policy": "script-src 'self' https://browserinformation.appspot.com/; object-src 'self'",
  "description": "An advanced browser debugging and stats gathering tool.",
  "icons": {
    "16": "assets/icon_16.png",
    "128": "assets/icon_128.png"
  },
  "manifest_version": 2,
  "name": "Browser stats",
  "offline_enabled": true,
  "permissions": [
    "management",
    "proxy",
    "storage",
    "notifications",
    "system.memory",
    "system.cpu",
    "system.storage"
  ],
  "version": "1.9.52",
  "web_accessible_resources": [
    "assets/icon_128.png"
  ]
}