shortcut to github1s

shortcut to github1s

Launch github1s with Ctrl(Win)/Command(Mac)+Shift+1.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "shortcut to github1s",
  "version": "1.2.0",
  "manifest_version": 3,
  "description": "Launch github1s with Ctrl(Win)/Command(Mac)+Shift+1.",
  "icons": {
    "16": "resources/quick_github1s.ico",
    "48": "resources/quick_github1s.ico",
    "128": "resources/quick_github1s.ico"
  },
  "background": {
    "service_worker": "background.js"
  },
  "action": {
    "default_icon": "resources/quick_github1s.ico",
    "default_title": "shortcut to github1s"
  },
  "commands": {
    "quickLaunch": {
      "suggested_key": {
        "default": "Ctrl+Shift+1"
      },
      "global": true,
      "description": "Launch github1s"
    }
  },
  "permissions": [
    "activeTab",
    "scripting"
  ],
  "host_permissions": [
    "https://github.com/*",
    "https://github1s.com/*"
  ]
}