summaryrefslogtreecommitdiff
path: root/chromium/chrome/common/extensions/docs/examples/api/contextMenus/basic/manifest.json
blob: c59cec18d1702b4dce065cd2c39e38d228e654ed (plain)
1
2
3
4
5
6
7
8
9
10
{
  "name": "Context Menus Sample",
  "description": "Shows some of the features of the Context Menus API",
  "version": "0.6",
  "permissions": ["contextMenus"],
  "background": {
    "scripts": ["sample.js"]
  },
  "manifest_version": 2
}