Do not announce robot account token before account ID is available
[chromium-blink-merge.git] / chrome / test / data / extensions / api_test / fileapi / manifest.json
blob26f4f54741265a5addc58f39f3ef376469e976bc
2   "name": "chrome.fileapi",
3   "version": "0.1",
4   "manifest_version": 2,
5   "description": "sanity test that fileapi is always enabled for extensions",
6   "background": {
7     "scripts": ["background.js"]
8   },
9   "permissions": ["tabs", "unlimitedStorage"]