边缘扩展:扩展清单的验证失败



审查我的边缘扩展程序后,我得到了将其提交到商店中的批准。但是,提交失败了此错误。

不存在"背景"指定的文件:Extension popupapplication app index.html?背景= 1

扩展清单的验证失败:Extension sustest.json

manifest.json中的相关部分看起来像:

"background": {
    "page": "PopupApplication/app/index.html?background=1",
    "persistent": true
}

似乎验证不允许在background.page属性中查询参数。但是我的逻辑需要参数。是否有任何解决方法,或者我必须更改我的应用逻辑?

边缘扩展在本地工作正常。它还适用于铬和firefox。我已经使用了Microsoft Edge扩展工具包来移植Chrome扩展。

编辑:简化的文件夹结构看起来如下

+ Assets
+ Extension
|----+ PopupApplication
     |----+ app
     |--------+ index.html
|----+ manifest.json

修复程序是更改我们的代码以成功提交边缘扩展名。提交不允许在background.page属性中查询参数。Microsoft支持证实了这一点。

相关内容

  • 没有找到相关文章

最新更新