manifest.json如何忽略其作用域内的特定文件夹?

时间:2019-01-26 09:46:43

标签: web-applications manifest.json

我已经将manifest.json的“起始URL”和“范围”设置为网站的根。

"start_url": "./index.html?addToHome=true",
"scope": "./",

但是我希望它忽略位于此根目录下的特定文件夹。 有办法吗?

_ website-directory
|_ /other-app/   (how to ignore this?)
|_ index.js
|_ index.html
|_ manifest.json

1 个答案:

答案 0 :(得分:1)

我认为它们不是排除特定文件夹的方法,但是您可以提供类似"scope": "/myapp/"的相对路径