VisiOS - Tab / Bookmark Manager OS

VisiOS - Tab / Bookmark Manager OS

The Legendary Tab/Bookmark Manager OS

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "__MSG_n__",
  "default_locale": "en",
  "version": "1.1.0",
  "description": "The Legendary Tab/Bookmark Manager OS",
  "permissions": [
    "storage",
    "tabs",
    "tabGroups",
    "unlimitedStorage",
    "bookmarks",
    "sessions",
    "sidePanel"
  ],
  "side_panel": {
    "default_path": "sidebar.html"
  },
  "content_security_policy": {
    "sandbox": "sandbox allow-scripts allow-downloads allow-storage-access-by-user-activation allow-forms allow-modals allow-orientation-lock allow-pointer-lock allow-popups allow-popups-to-escape-sandbox allow-presentation allow-top-navigation allow-top-navigation-by-user-activation allow-top-navigation-to-custom-protocols; script-src 'self' 'unsafe-inline' 'unsafe-eval' 'unsafe-hashes'; script-src-elem * 'self' 'unsafe-inline' 'unsafe-eval' 'unsafe-hashes'; worker-src 'self' 'unsafe-inline' 'unsafe-eval' *; frame-src 'self'; media-src 'self' *; object-src 'self' *;"
  },
  "sandbox": {
    "pages": [
      "sandbox.html",
      "sq_editor.html"
    ],
    "web_accessible_resources": [
      {
        "resources": [
          "*.html",
          "*.css",
          "img/*",
          "<all_urls>",
          "http://*/*",
          "https://*/*"
        ],
        "matches": [
          "<all_urls>",
          "http://*/*",
          "https://*/*"
        ]
      }
    ]
  },
  "host_permissions": [
    "<all_urls>",
    "http://*/",
    "https://*/",
    "*://*/"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "*.html",
        "*.css",
        "img/*",
        "<all_urls>",
        "http://*/*",
        "https://*/*"
      ],
      "matches": [
        "<all_urls>",
        "http://*/*",
        "https://*/*"
      ]
    }
  ],
  "icons": {
    "128": "icon.png"
  },
  "options_page": "options.html",
  "action": {
    "name": "VisiOS",
    "default_icon": "icon.png",
    "default_popup": "index.html"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}