清单中的容器 'DOMAIN_INSTALLABLE' 无效

Invalid Container 'DOMAIN_INSTALLABLE' in manifest

我在尝试从 Chrome developer dashboard. I am following this documentation 向 G Suite Marketplace 发布应用程序时收到以下错误消息。

下面是我的 manifest.json 文件。

{
  "name": "Test Publishing",
  "version": "1.0",
  "manifest_version": 2,
  "api_console_project_id": "poj_id",
  "container": ["DOMAIN_INSTALLABLE"],
  "app": {
    "urls": [
      "https://example.com/"
    ],
    "launch": {
      "web_url": "https://example.com"
    }
  },
  "icons": {
    "128": "example_icon_128.png"
  }
}

知道如何解决这个问题吗?现在改了吗?

如您所知,G Suite 扩展正在 migrated 从 Chrome 网上应用店转移到 G Suite Marketplace。

Web 应用程序现在可以直接从 Cloud Console 发布到 G Suite Marketplace,而无需在 Chrome Web Store 中发布。请参阅 https://developers.google.com/gsuite/marketplace/listing-gsm.

顶部的注释