{
  "action": {
    "default_icon": "assets/images/gb_default_icon.png",
    "default_popup": "index.html",
    "defaut_title": "Gopher Buddy for Gopher for Chrome Premium"
  },
  "background": {
    "service_worker": "extension-ServiceWorker.js",
    "type": "module"
  },
  "description": "Gopher Buddy for Gopher for Chrome Premium",
  "host_permissions": [
    "https://www.google.com/*",
    "https://gopher-buddy-prod.appspot.com/*"
  ],
  "manifest_version": 3,
  "name": "Gopher Buddy for Gopher for Chrome Premium",
  "permissions": [
    "alarms",
    "browsingData",
    "storage",
    "idle",
    "identity.email",
    "identity",
    "notifications",
    "enterprise.deviceAttributes",
    "enterprise.networkingAttributes"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.0.0.15"
}