Do not announce robot account token before account ID is available
[chromium-blink-merge.git] / chrome / test / data / extensions / api_test / page_action / remove_popup / manifest.json
blob07a3902a8664d7ebbd2b8d0e84327938e3c66ae0
2   "name": "A page action which removes a popup.",
3   "version": "1.0",
4   "manifest_version": 2,
5   "background": {
6     "scripts": ["background.js"]
7   },
8   "permissions": [
9     "tabs", "http://*/*"
10   ],
11   "page_action": {
12     "default_title": "Popup Title",
13     "default_icon": "icon.png",
14     "default_popup": "a_popup.html"
15   }