Goodnight Tabs

Goodnight Tabs

Close tabs that launch other apps

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Goodnight Tabs",
  "description": "Close tabs that launch other apps",
  "version": "0.6.1",
  "action": {
    "default_popup": "index.html"
  },
  "icons": {
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "permissions": [
    "scripting",
    "storage"
  ],
  "host_permissions": [
    "https://*.around.co/*",
    "https://*.asana.com/*",
    "https://*.awsapps.com/*",
    "https://*.figma.com/*",
    "https://*.linear.app/*",
    "https://*.miro.com/*",
    "https://*.notion.so/*",
    "https://*.slack.com/*",
    "https://teams.live.com/*",
    "https://*.zoom.us/*"
  ],
  "background": {
    "service_worker": "background.js"
  }
}