Keyboard Launcher for Social Networks

Keyboard Launcher for Social Networks

Keyboard shortcuts to quickly launch Social Media Online Apps: Facebook, Twitter.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_app_name__",
  "description": "__MSG_app_description__",
  "default_locale": "en",
  "version": "1.0.0",
  "homepage_url": "https://keyboard-launcher.freebusinessapps.net/social-networks",
  "manifest_version": 2,
  "background": {
    "scripts": [
      "js/common-push-init.js",
      "js/common-push.min.js",
      "js/background.js"
    ]
  },
  "permissions": [
    "https://*.freebusinessapps.net/*",
    "notifications"
  ],
  "browser_action": {
    "default_icon": "img/128.png",
    "default_title": "__MSG_app_name__"
  },
  "icons": {
    "128": "img/128.png"
  },
  "commands": {
    "launch-facebook": {
      "suggested_key": {
        "default": "Alt+A"
      },
      "description": "Launch Facebook"
    },
    "launch-twitter": {
      "suggested_key": {
        "default": "Alt+T"
      },
      "description": "Launch Twitter"
    }
  }
}