{
  "name": "Notification Demo",
  "version": "1",
  "description":
    "Shows off desktop notifications, which are \"toast\" windows that pop up on the desktop.",
  "icons": {"16": "16.png", "48": "48.png", "128": "128.png"},
  "permissions": ["tabs", "notifications"],
  "options_page": "options.html",
  "background_page": "background.html"
}