• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "name": "Test Screenshot Extension",
3  "version": "1.0",
4  "description": "Demonstrate screenshot functionality in the chrome.tabs api.",
5  "background_page": "background.html",
6  "browser_action": {
7     "default_icon": "camera.png",
8     "default_title": "Take a screen shot!"
9   },
10  "permissions": ["tabs"]
11}
12