Pin Chrome's shortcut to the Win10 Start menu on install and OS upgrade.
[chromium-blink-merge.git] / chrome / test / data / extensions / api_test / crazy_extension / manifest.json
blob4f49d6837f791e992b8709c24218032379da8b1a
2   "name": "Crazy extension",
3   "description": "Extension that does crazy things. Meaningful results usually just mean a lack of crashing.",
4   "version": "1.0",
5   "manifest_version": 2,
6   "background": {"scripts": ["background.js"]}