Steam URL Opener

Steam URL Opener

Allows you to open URLs inside Steam Client to save the hassle of logging in normal browser (with a single click on a button).

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "__MSG_appName__",
  "description": "__MSG_appDescription__",
  "version": "0.0.6",
  "short_name": "__MSG_appShortName__",
  "manifest_version": 2,
  "default_locale": "en",
  "icons": {
    "64": "images/icon-64.png",
    "128": "images/icon-128.png"
  },
  "background": {
    "scripts": [
      "scripts/background.js"
    ]
  },
  "page_action": {
    "browser_style": true,
    "default_icon": {
      "64": "images/icon-64.png",
      "128": "images/icon-128.png"
    },
    "default_title": "Open in Steam"
  },
  "permissions": [
    "activeTab",
    "contextMenus",
    "tabs"
  ]
}