1{
2  "name": "Google Wave Notifier",
3  "version": "1.0.1",
4  "description": "Find out when you have new waves and preview them fast.",
5  "icons": {"16": "16.png", "48": "48.png", "128": "128.png"},
6  "permissions": [
7    "tabs",
8    "https://www.google.com/",
9    "http://www-opensocial.googleusercontent.com/"
10  ],
11  "background_page": "background.html",
12  "options_page": "options.html",
13  "browser_action": {
14    "default_icon": "unauthorized.png",
15    "default_title": "Preview new waves",
16    "popup": "popup.html"
17  }
18}
19