{
  "action": {
    "default_icon": "icons/128.png"
  },
  "background": {
    "service_worker": "background.js"
  },
  "content_scripts": [
    {
      "all_frames": true,
      "js": [
        "core.min.js",
        "fInit.js"
      ],
      "match_about_blank": true,
      "matches": [
        "*://*/*"
      ],
      "run_at": "document_start"
    }
  ],
  "description": "Deledao protects students and their privacy online in real time.",
  "externally_connectable": {
    "ids": [
      "jbiooalnpjmfldodiaclikfcebmekfmh",
      "hmfjajhcddnpmhkhakkgoibealjcffho",
      "kbohafcopfpigkjdimdcdgenlhkmhbnc",
      "aceopacgaepdcelohobicpffbbejnfac",
      "ldkfhkblancdbelbpnfdkckhaflajpol",
      "imbebkfnckdihojplffkhfhknigflmoi",
      "pfhaghdhbmjefgkbaccokhefomdlbida",
      "fdahmkggnacjakeniammhdmgmpdhkinm",
      "eolnmeemihoomadihdofkdomnkocefbg"
    ],
    "matches": [
      "https://*.deledao.com/*",
      "https://*.dev.deledao.com/*"
    ]
  },
  "host_permissions": [
    "<all_urls>",
    "*://*/*"
  ],
  "icons": {
    "128": "icons/128.png",
    "16": "icons/16.png",
    "48": "icons/48.png"
  },
  "incognito": "spanning",
  "manifest_version": 3,
  "name": "Deledao Education (dev)",
  "oauth2": {
    "client_id": "359396887564-ca4beib1lss7efoosheti0nucrvi8c0n.apps.googleusercontent.com",
    "scopes": [
      "https://www.googleapis.com/auth/userinfo.email"
    ]
  },
  "permissions": [
    "alarms",
    "tabs",
    "activeTab",
    "cookies",
    "storage",
    "downloads",
    "privacy",
    "webRequest",
    "webRequestBlocking",
    "webNavigation",
    "idle",
    "browsingData",
    "system.cpu",
    "identity",
    "identity.email",
    "nativeMessaging",
    "notifications",
    "contextMenus",
    "geolocation",
    "enterprise.deviceAttributes",
    "offscreen",
    "scripting"
  ],
  "update_url": "https://cc.dev.deledao.com/GetUpdatesDev",
  "version": "2026.1.27.2"
}