Data Center Designer by ProfitBricks

Data Center Designer by ProfitBricks

The data center designer is a slick and geeky tool for engineers to plan and design servers or networks.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "name": "Data Center Designer by ProfitBricks",
  "version": "1.0.2",
  "description": "The data center designer is a slick and geeky tool for engineers to plan and design servers or networks.",
  "background": {
    "scripts": [
      "bg.js"
    ]
  },
  "icons": {
    "48": "icon_48.png",
    "128": "icon_128.png"
  },
  "browser_action": {
    "default_title": "Profitbricks DCD",
    "default_icon": "icon.png"
  },
  "manifest_version": 2,
  "permissions": [
    "tabs"
  ]
}