Sound FX Search

Sound FX Search

Аудиопоиск по сайтам со звуками

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "default_locale": "ru",
  "background": {
    "scripts": [
      "./js/jquery.min.js",
      "./js/locale.js",
      "./js/audiosearch.js"
    ],
    "persistent": true
  },
  "description": "Аудиопоиск по сайтам со звуками",
  "icons": {
    "16": "./img/icon-bitty.png",
    "48": "./img/icon-small.png",
    "128": "./img/icon-large.png"
  },
  "manifest_version": 2,
  "minimum_chrome_version": "44",
  "name": "Sound FX Search",
  "options_ui": {
    "chrome_style": true,
    "page": "options.html"
  },
  "browser_action": {
    "default_icon": "./img/icon-small.png",
    "default_popup": "popup.html"
  },
  "content_security_policy": "script-src 'self'; object-src 'self';",
  "permissions": [
    "https://translate.yandex.net/api/v1.5/tr/translate",
    "storage",
    "notifications"
  ],
  "version": "1.0.1"
}