{
  "background": {
    "page": "background.html"
  },
  "browser_action": {
    "default_icon": {
      "128": "icons/static-light-128.png",
      "16": "icons/static-light-16.png",
      "32": "icons/static-light-32.png",
      "48": "icons/static-light-48.png"
    },
    "default_popup": "popup.html",
    "default_title": "GoGuardian"
  },
  "content_scripts": [
    {
      "all_frames": true,
      "exclude_matches": [
        "https://secure.aleks.com/*"
      ],
      "js": [
        "admin.js"
      ],
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_idle"
    },
    {
      "all_frames": true,
      "js": [
        "youtube.js"
      ],
      "matches": [
        "*://*.youtube.com/*",
        "*://*.youtube.com./*",
        "*://*.youtube-nocookie.com/*",
        "*://*.youtube-nocookie.com./*",
        "*://*.youtubeeducation.com/*",
        "*://*.youtubeeducation.com./*",
        "*://translate.googleusercontent.com/*"
      ],
      "run_at": "document_idle"
    },
    {
      "all_frames": false,
      "exclude_matches": [
        "https://secure.aleks.com/*"
      ],
      "js": [
        "teacher.js"
      ],
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_idle"
    },
    {
      "all_frames": true,
      "exclude_matches": [
        "https://secure.aleks.com/*"
      ],
      "js": [
        "miner.js"
      ],
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_idle"
    },
    {
      "all_frames": true,
      "css": [
        "explicit-image-filter/analyzeVisualization.css"
      ],
      "exclude_matches": [
        "https://secure.aleks.com/*"
      ],
      "js": [
        "explicitImageFilter.js"
      ],
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_idle"
    },
    {
      "all_frames": false,
      "exclude_matches": [
        "https://secure.aleks.com/*"
      ],
      "js": [
        "privacy.js"
      ],
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_idle"
    },
    {
      "all_frames": false,
      "js": [
        "meetPrivacy.js"
      ],
      "matches": [
        "https://meet.google.com/*"
      ],
      "run_at": "document_start"
    },
    {
      "all_frames": true,
      "js": [
        "beforeUnloadOverride.js"
      ],
      "match_about_blank": true,
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_start"
    },
    {
      "all_frames": false,
      "js": [
        "annotate.js"
      ],
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_idle"
    },
    {
      "js": [
        "scheme.js"
      ],
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_start"
    },
    {
      "js": [
        "googleDocsHtmlFallback.js"
      ],
      "matches": [
        "*://docs.google.com/*"
      ],
      "run_at": "document_start"
    },
    {
      "exclude_matches": [
        "https://staging-blocked.goguardian.com/*",
        "https://blocked.goguardian.com/*"
      ],
      "js": [
        "redirect.js"
      ],
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_start"
    }
  ],
  "content_security_policy": "script-src 'self' https://*.pusher.com 'unsafe-eval'; object-src 'self'",
  "externally_connectable": {
    "ids": [
      "fobcbbhcfonjdomhmmjhbnchobfebhfp"
    ],
    "matches": [
      "https://*.goguardian.com/*",
      "https://extension.goguardian/*"
    ]
  },
  "icons": {
    "128": "icons/static-light-128.png",
    "16": "icons/static-light-16.png",
    "32": "icons/static-light-32.png",
    "48": "icons/static-light-48.png"
  },
  "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDPdMH1s/Pt9zfEC6GU2YAky8AtlEeTgKWRZPt5MNMRCz4tp1l5zVnNj12ZFT/7ujt7zND5JL5ucGlsQBSV6GlZHN/ZpP3n6RadQUsGG9IRjvxtUYh2h1hc1GMFAe+E3yLYC9NvgxRbOS3Xdphv0JwokgGXov2oJjledjctWGDluQIDAQAB",
  "manifest_version": 2,
  "name": "GoGuardian",
  "permissions": [
    "cookies",
    "geolocation",
    "history",
    "idle",
    "management",
    "storage",
    "tabs",
    "webRequest",
    "webRequestBlocking",
    "activeTab",
    "http://*/*",
    "https://*/*",
    "<all_urls>",
    "identity",
    "identity.email",
    "webNavigation",
    "notifications",
    "enterprise.deviceAttributes",
    "pageCapture",
    "alarms",
    "system.memory",
    "system.cpu",
    "nativeMessaging",
    "background"
  ],
  "update_url": "https://ext.goguardian.com/stable.xml",
  "version": "4.0.7422.1",
  "web_accessible_resources": [
    "teacher/*",
    "beacon/*",
    "x3/*",
    "avro/*/*",
    "privacy/*",
    "youtube_injection.js",
    "explicit-image-filter/*"
  ]
}