{
  "background": {
    "scripts": [
      "vendor/jquery/dist/jquery.js",
      "vendor/angular/angular.js",
      "vendor/lodash/lodash.js",
      "vendor/q/q.js",
      "app.config.js",
      "buildInfo.js",
      "scripts/analytics.lib.js",
      "scripts/sessions.lib.js",
      "scripts/pubsub.lib.js",
      "background.js",
      "debug.js"
    ]
  },
  "browser_action": {
    "default_icon": "images/gopher-buddy_128x128_color.png",
    "default_popup": "templates/popup.html",
    "default_title": "Gopher Buddy"
  },
  "content_scripts": [
    {
      "js": [
        "scripts/content_script.js"
      ],
      "matches": [
        "https://gopher-buddy-prod.appspot.com/*",
        "https://gopher-buddy-dev.appspot.com/*"
      ],
      "run_at": "document_idle"
    }
  ],
  "description": "Installed by your Google Workspace for Education admin. Tracks IP, user, timestamp data for school managed devices and users only.",
  "icons": {
    "128": "images/gopher-buddy_128x128_color.png",
    "32": "images/gopher-buddy_32x32_color.png"
  },
  "manifest_version": 2,
  "name": "Gopher Buddy",
  "permissions": [
    "alarms",
    "storage",
    "notifications",
    "idle",
    "identity",
    "identity.email",
    "enterprise.deviceAttributes",
    "browsingData"
  ],
  "short_name": "GB",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "0.9.9.3",
  "web_accessible_resources": [
    "images/gopher-buddy_128x128_color.png",
    "images/chrome_gopher_unhappy_128.png",
    "images/check.png",
    "images/clock.png"
  ]
}