NimoTab

NimoTab

NimoTab - Tidy up your cluttered tab bar and elegantly save your tabs.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "NimoTab",
  "short_name": "Nimo",
  "version": "2.4.1",
  "description": "NimoTab - Tidy up your cluttered tab bar and elegantly save your tabs.",
  "permissions": [
    "tabs",
    "tabGroups",
    "contextMenus",
    "storage",
    "unlimitedStorage"
  ],
  "background": {
    "service_worker": "background.js"
  },
  "action": {
    "default_title": "NimoTab - Tidy up your cluttered tab bar and elegantly save your tabs.",
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "icons/16.png",
    "32": "icons/32.png",
    "48": "icons/48.png",
    "128": "icons/128.png"
  },
  "manifest_version": 3,
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  }
}