Sea Tab

Sea Tab

Open a tab, clean the ocean

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Sea Tab",
  "description": "Open a tab, clean the ocean",
  "version": "2.1.0",
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "action": {
    "default_icon": "./images/icon48.png"
  },
  "icons": {
    "16": "./images/icon16.png",
    "32": "./images/icon32.png",
    "48": "./images/icon48.png",
    "128": "./images/icon128.png"
  },
  "permissions": [
    "bookmarks"
  ],
  "background": {
    "service_worker": "background.js"
  }
}