Explorar el Código

Fix apputils print shortcut

Saul Shanabrook hace 6 años
padre
commit
2f9f672089
Se han modificado 1 ficheros con 4 adiciones y 1 borrados
  1. 4 1
      packages/apputils-extension/schema/print.json

+ 4 - 1
packages/apputils-extension/schema/print.json

@@ -7,5 +7,8 @@
       "keys": ["Accel P"],
       "selector": "body"
     }
-  ]
+  ],
+  "additionalProperties": false,
+  "properties": {},
+  "type": "object"
 }