[WEB-5] hedgecode-torrent-search 1.0.0
[chrome-extensions.git] / hedgecode-torrent-search / manifest.json
1 {
2    "background": {
3       "persistent": false,
4       "scripts": [ "torrent.js" ]
5    },
6    "name": "Поиск на Torrent-Порталах",
7    "description": "Hedgecode Torrent Search :: Поиск на различных torrent-порталах через контекстное меню.",
8    "manifest_version": 2,
9    "icons": {
10       "128": "images/icons/128x128.png",
11       "16": "images/icons/16x16.png",
12       "24": "images/icons/24x24.png",
13       "32": "images/icons/32x32.png",
14       "48": "images/icons/48x48.png",
15       "64": "images/icons/64x64.png"
16    },
17    "permissions": [ "contextMenus" ],
18    "update_url": "https://clients2.google.com/service/update2/crx",
19    "version": "1.0.0"
20 }