AppLauncher

AppLauncher

Application Launcher for Chrome. Run all your web applications installed from WebStore.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "browser_action": {
    "default_icon": "img/logo-19.png",
    "default_popup": "appList.html"
  },
  "description": "Application Launcher for Chrome. Run all your web applications installed from WebStore. ",
  "icons": {
    "16": "img/logo-16.png",
    "32": "img/logo-32.png",
    "48": "img/logo-48.png",
    "64": "img/logo-64.png",
    "128": "img/logo-128.png"
  },
  "minimum_chrome_version": "20",
  "name": "AppLauncher",
  "permissions": [
    "management"
  ],
  "version": "0.6"
}