Google chrome 如何调试chrome manifest.json?

Google chrome 如何调试chrome manifest.json?,google-chrome,manifest,bluetooth-lowenergy,Google Chrome,Manifest,Bluetooth Lowenergy,我正在开发一个chrome.bluetooth应用程序。但是,manifest.json有问题。但是,我看不到在manifest.json中设置断点的任何方法-显然,它是声明性的 我的manifest.json是: { "name": "Bluetooth Low Energy Test App", "description": "App testing the chrome.bluetoothLowEnergy API", "version": "0.1", "app": {

我正在开发一个chrome.bluetooth应用程序。但是,manifest.json有问题。但是,我看不到在manifest.json中设置断点的任何方法-显然,它是声明性的

我的manifest.json是:

{
  "name": "Bluetooth Low Energy Test App",
  "description": "App testing the chrome.bluetoothLowEnergy API",
  "version": "0.1",
  "app": {
    "background": {
      "scripts": ["background.js"]
    }
  },
  "bluetooth": {
    "low_energy": true
  }
}
有没有办法调试manifest.json?也就是说,查看它如何或在何处为各种声明提供错误的值。门楣?有什么事吗


我在Mac OSX和ChromeOS上的稳定版(42)和金丝雀版(44)chrome上试过这个,但没有找到明显的解决方案。

我知道,后来的答案,但供将来参考。查看Chrome开发工具关于调试PWAs的页面。它说,在dev工具的Application选项卡中,您可以选择“Manifest”选项


不过你真的试过这个吗?我没有看到每个扩展的manifest.json