TabCon For Pentab

TabCon For Pentab

Tabs Controller For Pentablet.This extension allows you to operate tabs with Windows Ink.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "version": "1.0.0",
  "name": "TabCon For Pentab",
  "description": "Tabs Controller For Pentablet.This extension allows you to operate tabs with Windows Ink.",
  "author": "[email protected]",
  "action": {
    "default_icon": "./img/Windows_Ink_icon_19.png",
    "default_title": "W.Ink OpenInANewWin",
    "default_popup": "popup.html"
  },
  "background": {
    "service_worker": "background.js"
  },
  "options_ui": {
    "page": "options.html"
  },
  "icons": {
    "16": "./img/Windows_Ink_16.png",
    "48": "./img/Windows_Ink_48.png",
    "128": "./img/Windows_Ink_128.png"
  },
  "permissions": [
    "background",
    "tabs",
    "storage"
  ],
  "incognito": "split",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}