Miluji svoji práci

Miluji svoji práci

Rozšíření pro přehrávání zvuků z webu Milujipraci.cz pomocí klávesových zkratek.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Miluji svoji práci",
  "description": "Rozšíření pro přehrávání zvuků z webu Milujipraci.cz pomocí klávesových zkratek.",
  "version": "1.1",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "options.html"
  },
  "options_page": "options.html",
  "commands": {
    "play-sound1": {
      "suggested_key": {
        "default": "Ctrl+Shift+1",
        "windows": "Ctrl+Shift+1",
        "mac": "Ctrl+Shift+1",
        "chromeos": "Ctrl+Shift+1",
        "linux": "Ctrl+Shift+1"
      },
      "description": "Přehrát zvuk č. 1.",
      "global": true
    },
    "play-sound2": {
      "suggested_key": {
        "default": "Ctrl+Shift+2",
        "windows": "Ctrl+Shift+2",
        "mac": "Ctrl+Shift+2",
        "chromeos": "Ctrl+Shift+2",
        "linux": "Ctrl+Shift+2"
      },
      "description": "Přehrát zvuk č. 2.",
      "global": true
    },
    "play-sound3": {
      "suggested_key": {
        "default": "Ctrl+Shift+3",
        "windows": "Ctrl+Shift+3",
        "mac": "Ctrl+Shift+3",
        "chromeos": "Ctrl+Shift+3",
        "linux": "Ctrl+Shift+3"
      },
      "description": "Přehrát zvuk č. 3.",
      "global": true
    },
    "play-sound4": {
      "suggested_key": {
        "default": "Ctrl+Shift+4",
        "windows": "Ctrl+Shift+4",
        "mac": "Ctrl+Shift+4",
        "chromeos": "Ctrl+Shift+4",
        "linux": "Ctrl+Shift+4"
      },
      "description": "Přehrát zvuk č. 4.",
      "global": true
    }
  }
}