Badesaba

Badesaba

A personal dashboard on your new tab page that helps you self-manage, organize work and life and be more productive.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "__MSG_extName__",
  "version": "1.2.1",
  "homepage_url": "https://badesaba.ir",
  "description": "__MSG_description__",
  "default_locale": "en",
  "permissions": [
    "storage",
    "unlimitedStorage",
    "tabs",
    "alarms",
    "notifications",
    "topSites",
    "search"
  ],
  "host_permissions": [
    "*://*.salruz.ir/"
  ],
  "icons": {
    "16": "icons/logo16x16.png",
    "48": "icons/logo48x48.png",
    "128": "icons/logo128x128.png"
  },
  "background": {
    "service_worker": "/js/background.js"
  },
  "action": {
    "default_popup": "popup.html",
    "default_title": "__MSG_extName__",
    "default_icon": {
      "16": "icons/logo16x16.png",
      "48": "icons/logo48x48.png"
    }
  },
  "chrome_url_overrides": {
    "newtab": "override.html"
  }
}