Acquia Lift

Acquia Lift

Extension to launch and get information of Acquia Lift

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Acquia Lift",
  "version": "0.2",
  "description": "Extension to launch and get information of Acquia Lift",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "icons": {
    "16": "rocket-16.png",
    "48": "rocket-48.png",
    "128": "rocket-128.png"
  },
  "browser_action": {
    "name": "Click to change the icon's color"
  },
  "permissions": [
    "<all_urls>"
  ]
}