fork download
  1. {
  2. "name": "Sample Commands Extension",
  3. "description": "Press Alt+S to find in Google",
  4. "manifest_version": 2,
  5. "version": "1.0",
  6. "background": {
  7. "scripts": ["back.js"]
  8. },
  9.  
  10. "commands": {
  11. "toggle-feature": {
  12. "suggested_key": { "default": "Alt+S" },
  13. "description": "Send a 'toggle-feature' event to the extension"
  14. }
  15. }
  16. }
  17.  
Runtime error #stdin #stdout #stderr 0s 107072KB
stdin
Standard input is empty
stdout
Standard output is empty
stderr
prog.js:2:8 SyntaxError: missing ; before statement:
prog.js:2:8   "name": "Sample Commands Extension",
prog.js:2:8 ........^