System

System

What's in your computer? System provides a lot of technical infos about your computer.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "minimum_chrome_version": "33",
  "name": "System",
  "short_name": "System",
  "description": "What's in your computer? System provides a lot of technical infos about your computer.",
  "version": "2.4",
  "app": {
    "background": {
      "scripts": [
        "background.js"
      ]
    }
  },
  "offline_enabled": true,
  "permissions": [
    "notifications",
    "geolocation",
    "idle",
    "app.window",
    "system.cpu",
    "system.memory",
    "system.storage",
    "system.display",
    {
      "mediaGalleries": [
        "read",
        "allAutoDetected"
      ]
    },
    "system.network",
    "storage",
    "http://maps.googleapis.com/maps/api/staticmap*",
    "http://maps.googleapis.com/maps/api/geocode/json*",
    "https://www.google-analytics.com/"
  ],
  "icons": {
    "16": "Icon-16.png",
    "48": "Icon-48.png",
    "128": "Icon-128.png"
  }
}