Pin Chrome's shortcut to the Win10 Start menu on install and OS upgrade.
[chromium-blink-merge.git] / chrome / test / data / extensions / allow_silent_upgrade / platformapp2_new.json
blobe5a6c364a399a3fe8016d3786a1fbd38a6e0e006
2   "name": "platform app api increase v2",
3   "version": "2",
4   "manifest_version": 2,
5   "app": {"background": {"scripts": ["background.js"]}},
6   "permissions": [
7     "http://example.com",
8     "fileSystem",
9     "fileSystem.directory",
10     "fileSystem.write"
11   ]