{
  "name": "google.com",
  "version": "1.0",
  "manifest_version": 3,
  "description": "Provides Contextual Tasks Private APIs",
  "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQC8ZtnRT6hXtjtG5XM7TcKakx9J+37WuK1g1cx2IOh9enerA5VlQBcoHSpGOx5xzebQLxzUtURmNQXSrhOac/z9SVUhHrXrtnBS4ftIUfagTDroowh1b23pIusQaLKprhkS8iFr0nw887BV+yh9LQ7J90qDNzukXn0ss6ZVMxgcaQIDAQAB",
  "background": {
    "service_worker": "background.js",
    "type": "module"
  },
  "permissions": [
    "contextualTasksPrivate",
    "metricsPrivate"
  ],
  "host_permissions": [
    "chrome://resources/*"
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self' chrome://resources; object-src 'self';"
  },
  "externally_connectable": {
    "matches": [
      "https://google.com/search*",
      "https://www.google.com/search*",
      "https://*.borg.google.com/search*",
      "https://*.corp.google.com/search*",
      "https://*.prod.google.com/search*"
    ]
  },
  "web_accessible_resources": [
    {
      "resources": [
        "input_plate.html"
      ],
      "matches": [
        "https://*.google.com/*",
        "https://*.corp.google.com/*",
        "https://*.prod.google.com/*",
        "https://*.googlers.com/*"
// <if expr="not is_official_build">
        ,"http://localhost/*",
        "file:///*"
// </if>
      ]
    }
  ]
}
