{
  "name": "Deledao Education",
  "version": "2026.5.18.4",
  "manifest_version": 3,
  "description": "Deledao protects students and their privacy online in real time.",
  "update_url": "https://cc.deledao.com/GetUpdates",

  "icons": { "16": "icons/16.png",
             "48": "icons/48.png",
             "128": "icons/128.png" },

  "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"
  ],
  "host_permissions": [
    "<all_urls>",
    "*://*/*"
  ],

  "background": {
    "service_worker": "background.js"
  },

  "action": {
    "default_icon": "icons/128.png"
  },

  "oauth2": {
    "client_id": "775655569459-rf957jtgdl0u86dhla0klkn6mmn580d0.apps.googleusercontent.com",
    "scopes": [
      "https://www.googleapis.com/auth/userinfo.email"
    ]
  },

  "content_scripts": [
    {
      "matches": [ "*://*/*" ],
      "match_about_blank": true,
      "js": [ "core.min.js", "fInit.js" ],
      "all_frames": true,
      "run_at": "document_start"
    }
  ],

  "externally_connectable": {
    "matches": [
      "https://*.deledao.com/*", 
      "https://*.dev.deledao.com/*"
    ],
    "ids": ["jbiooalnpjmfldodiaclikfcebmekfmh",   // Local test ext.
            "hmfjajhcddnpmhkhakkgoibealjcffho",   // Hapara dev ext.
            "kbohafcopfpigkjdimdcdgenlhkmhbnc",   // Hapara prod ext.
            "aceopacgaepdcelohobicpffbbejnfac",    // 20221215: Hapara new ext id.
            "ldkfhkblancdbelbpnfdkckhaflajpol",    // 20250519: watchdog local ext id.
            "imbebkfnckdihojplffkhfhknigflmoi",    // 20250519: watchdog ext id.
            "pfhaghdhbmjefgkbaccokhefomdlbida", // 20260108: enforcer two local ext id.
            "fdahmkggnacjakeniammhdmgmpdhkinm", // 20260108: enforcer two ext id.
            "eolnmeemihoomadihdofkdomnkocefbg" // 20260108: enforcer one ext id.
            ]
  },
  "incognito": "spanning"
}
