manifest.json 292 B

123456789101112
  1. {
  2. "name": "PHP Runtime Debug",
  3. "description": "PHP运行过程调试工具客户端。",
  4. "version": "0.1",
  5. "manifest_version": 2,
  6. "app": {
  7. "background": {
  8. "scripts": ["background.js"]
  9. }
  10. },
  11. "icons": { "16": "16.png", "128": "128.png" }
  12. }