LaunchSuite

LaunchSuite

LaunchSuite allows you to customize your startup with a pre-set list of websites, faster than ever before!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "LaunchSuite",
  "version": "2.1",
  "description": "LaunchSuite allows you to customize your startup with a pre-set list of websites, faster than ever before!",
  "permissions": [
    "tabs",
    "storage"
  ],
  "action": {
    "default_popup": "options.html",
    "default_icon": {
      "128": "Launch128.png",
      "256": "Launch256.png"
    }
  },
  "icons": {
    "128": "Launch128.png"
  },
  "background": {
    "service_worker": "background.js"
  },
  "options_page": "options.html",
  "commands": {
    "_execute_action": {
      "suggested_key": {
        "default": "Ctrl+Shift+L"
      },
      "description": "Open options page"
    }
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}