summaryrefslogtreecommitdiffstats
path: root/chrome/common/extensions/docs/examples/api/contextMenus/basic/manifest.json
blob: bc6fb3f6f340e7e644e2210ed97db01c75340a99 (plain)
1
2
3
4
5
6
7
{
  "name": "Context Menus Sample",
  "description": "Shows some of the features of the Context Menus API",
  "version": "0.5",
  "permissions": ["contextMenus"],
  "background_page": "background.html"
}