Home | History | Annotate | Download | only in basic
      1 {
      2   "name":           "__MSG_extName__",
      3   "version":        "0.1",
      4   "description":    "__MSG_extDescription__",
      5   "default_locale": "en",
      6   "background_page": "background.html",
      7   "browser_action": {
      8     "default_icon": "icon.png",
      9     "popup":        "popup.html"
     10   },
     11   "permissions":    [
     12     "extension",
     13     "experimental",
     14     "webNavigation"
     15   ]
     16 }
     17