Super Launchpad

Super Launchpad

Super Launchpad

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "default_locale": "en",
  "version": "1.0.0",
  "action": {
    "default_icon": {
      "19": "/img/icon19.png",
      "38": "/img/icon38.png",
      "128": "/img/icon128.png"
    },
    "default_popup": "popup.html"
  },
  "icons": {
    "19": "/img/icon19.png",
    "38": "/img/icon38.png",
    "48": "/img/icon48.png",
    "96": "/img/icon96.png",
    "128": "/img/icon128.png"
  },
  "commands": {
    "_execute_action": {
      "suggested_key": {
        "default": "Ctrl+Shift+P",
        "mac": "Command+Shift+P"
      }
    }
  }
}