Chromebook Device Info

Chromebook Device Info

Chromebook Device Information.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Chromebook Device Info",
  "short_name": "Chromebook Device Info",
  "description": "Chromebook Device Information.",
  "version": "3.1",
  "content_security_policy": "script-src 'self' https://ajax.googleapis.com; object-src 'self'",
  "icons": {
    "128": "DI.png"
  },
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  },
  "permissions": [
    "system.storage",
    "system.cpu",
    "system.memory",
    "identity.email",
    "enterprise.deviceAttributes",
    "enterprise.hardwarePlatform",
    "enterprise.networkingAttributes"
  ]
}