Revert of Add Masonry to key_silk_cases. (patchset #3 id:40001 of https://codereview...
[chromium-blink-merge.git] / ui / accessibility / extensions / longdesc / manifest.json
blob8098e0d15f1fa5f62f65dd7c1b8b7ebc99751aea
2   "name": "__MSG_LONGDESC_APPNAME__",
3   "version": "1.0.1",
4   "description": "__MSG_LONGDESC_APPDESC__",
5   "background": {
6     "scripts": [ "background.js" ]
7   },
8   "content_scripts": [{
9     "matches": ["<all_urls>"],
10     "js": ["lastRightClick.js"],
11     "css": ["border.css"]
12   }],
13   "icons": {
14     "16": "icon.png"
15   },
16   "permissions": [
17     "tabs",
18     "contextMenus",
19     "storage",
20     "<all_urls>"
21   ],
22   "manifest_version": 2,
23   "default_locale": "en",
24   "options_page": "options.html",
25   "icons": {
26     "16": "icon-16.png",
27     "48": "icon-48.png",
28     "128": "icon-128.png"
29   }