Bordless Window

Bordless Window

Browsing the current webpage with bordless window.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "default_locale": "zh_TW",
  "manifest_version": 3,
  "name": "__MSG_name__",
  "version": "2.0.0",
  "description": "__MSG_description__",
  "icons": {
    "128": "./images/icon128.png"
  },
  "action": {
    "default_icon": "./images/icon128.png",
    "default_title": "__MSG_default_title__"
  },
  "background": {
    "service_worker": "./js/Background.js"
  },
  "options_ui": {
    "page": "./html/option.html"
  },
  "permissions": [
    "activeTab",
    "storage",
    "contextMenus",
    "offscreen"
  ]
}