nuTab

nuTab

Capture your thoughts and save favorite pages in a new tab

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "nuTab",
  "description": "Capture your thoughts and save favorite pages in a new tab",
  "version": "1.1.2",
  "manifest_version": 2,
  "icons": {
    "128": "icons/icon.png"
  },
  "permissions": [
    "storage",
    "activeTab"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_title": "nuTab",
    "default_popup": "popup/popup.html"
  },
  "chrome_url_overrides": {
    "newtab": "tab/tab.html"
  }
}