Голосовой поиск

Голосовой поиск

Голосовой поиск

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Голосовой поиск",
  "short_name": "Поиск",
  "description": "Голосовой поиск",
  "version": "1.3",
  "manifest_version": 2,
  "signature": "r43rr43hIHr43/ded?ewdi32",
  "browser_action": {
    "default_icon": "icon128.png",
    "default_title": "Запустить поиск(Ctrl+Shift+4)"
  },
  "icons": {
    "128": "icon128.png"
  },
  "permissions": [
    "notifications",
    "tabs"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "commands": {
    "toggle-feature-foo": {
      "suggested_key": {
        "windows": "Ctrl+Shift+4",
        "mac": "Command+Shift+4",
        "chromeos": "Ctrl+Shift+4",
        "linux": "Ctrl+Shift+4",
        "default": "Ctrl+Shift+4"
      },
      "description": "Toggle feature foo",
      "global": true
    }
  }
}