{
  "name": "Make HTML index from tabs",
  "version": "1.0",
  "description": "Creates an HTML index file from the tabs on the current browser window.  Each tab will yield a line that has a link to the page with a visible text generated from the page's title.  Only the current page in each tab will be saved.",
  "permissions": ["declarativeContent", "storage"],
  "background": {
    "scripts": ["make_html_from_tabs.js"],
    "persistent": false
  },
  "page_action": {
    "default_popup": "mhft_choose_directory_popup.html"
  },
  "manifest_version": 2
}