• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "name": "Notification Demo",
3  "version": "1",
4  "description":
5    "Shows off desktop notifications, which are \"toast\" windows that pop up on the desktop.",
6  "icons": {"16": "16.png", "48": "48.png", "128": "128.png"},
7  "permissions": ["tabs", "notifications"],
8  "options_page": "options.html",
9  "background_page": "background.html"
10}
11