BITheme by okba

BITheme by okba

ability to choose background image,

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "BITheme by okba",
  "short_name": "BIT",
  "description": "ability to choose background image,",
  "version": "1.0.0",
  "version_name": "1.0.0",
  "icons": {
    "16": "img/icons/16x16.png",
    "48": "img/icons/48x48.png",
    "128": "img/icons/128x128.png"
  },
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "offline_enabled": true,
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}