Mozilla VPN is currently experiencing an outage. Our team is actively working to resolve the issue. Please check the status page for real-time updates. Thank you for your patience.

搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

Can manifest.json be checked/debugged in dev tools?

  • 6 个回答
  • 1 人有此问题
  • 3 次查看
  • 最后回复者为 hellosct1

more options

Chrome dev tools have a tab labeled "Application" here you can view the manifest.json of a PWA and determine if it is installable or if there is a problem with it.

Can this feature be added to the dev tools in Firefox? Especially with so much of the web already being developed for PWA's rather than native apps, it would be a big help in debugging this file without using Chrome.

Chrome dev tools have a tab labeled "Application" here you can view the manifest.json of a PWA and determine if it is installable or if there is a problem with it. Can this feature be added to the dev tools in Firefox? Especially with so much of the web already being developed for PWA's rather than native apps, it would be a big help in debugging this file without using Chrome.

所有回复 (6)

more options
more options

about:debugging has the ability to debug Add-ons, Tabs and Workers (service workers) and in Firefox Dev we can do temporary extensions, extensions, service workers, shared workers and other workers... Nowhere could I find anything related to manifest.json in these browsers.

more options

I don't think Firefox supports PWA's yet on desktop OSes. Or was that added recently?

The Dev Tools team has its own forum over here if you have questions or want to suggest new features specifically for dev tools:

https://discourse.mozilla.org/c/devtools

more options
more options

jscher2000,

It isn't about desktop PWA's. Simply about being able to inspect the manifest.json within the developer tools while developing a PWA. Results simply parse the file and display icons, etc. and informs if it meets standards to be installed on a mobile device as a PWA. Just a handy convenience....

I knew we could inspect extension manifest files using about:debugging.

Example of the benefit was the manifest was considered invalid in both Chrome and Safari because of comments in a json file, while Android would accept it and install just fine...

Thanks for your answer and I will add it to the dev tools as a feature request...

more options

Hi,

the equivalent of "Application" for Chrome in the manifest.json file

is for Firefox

browser_specific_settings

for Firefox

I'm thinking of an idea that is to create your own devtools panel in the form of a web extension

I share with you an example I created

example Devtools panels

and the documentation MDN WebExtensions

best regard

由hellosct1于修改