[chromedriver] Track if the load event has fired for the current execution context.
[chromium-blink-merge.git] / ui / accessibility / extensions / alt / manifest.json
blob55657373941fec499f1f4a957aaf2321f22b808c
2   "name": "__MSG_ALT_APPNAME__",
3   "version": "1.0.1",
4   "description": "__MSG_ALT_APPDESC__",
5   "background": {
6     "scripts": [ "background.js" ]
7   },
8   "commands": {
9     "example_keyboard_command": {
10       "suggested_key": {
11         "default": "Ctrl+Shift+I",
12         "mac": "Ctrl+Shift+I"
13       },
14       "description": "__MSG_ALT_APPDESC__"
15     }
16   },
17   "browser_action": {
18     "default_title": "__MSG_ALT_APPDESC__",
19     "default_icon": {
20       "19": "images/icon-19.png",
21       "38": "images/icon-38.png"
22     }
23   },
24   "permissions": [
25     "activeTab"
26   ],
27   "manifest_version": 2,
28   "default_locale": "en",
29   "web_accessible_resources": [
30     "images/speech-16.png",
31     "images/speech-missing-alt-16.png",
32     "images/statusbarButtonGlyphs.png"
33   ],
34   "icons": {
35     "16": "images/icon-16.png",
36     "48": "images/icon-48.png",
37     "128": "images/icon-128.png"
38   }