Launch Workstation

Launch Workstation

A Chrome extension to help you quickly open a set of pages to facilitate switching between tasks

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "short_name": "Launch Workstation",
  "name": "Launch Workstation",
  "description": "A Chrome extension to help you quickly open a set of pages to facilitate switching between tasks",
  "manifest_version": 2,
  "browser_action": {
    "default_popup": "index.html",
    "default_title": "Launch Workstation"
  },
  "permissions": [
    "storage",
    "tabs",
    "unlimitedStorage"
  ],
  "version": "0.5",
  "icons": {
    "128": "icon128.png"
  },
  "content_security_policy": "script-src 'self' 'sha256-f7m24vGIGy1aCWT6nkYK27boBwFtTyY8wGKIGiU6TOs='; object-src 'self'"
}