module.json5 176 B

1234567891011
  1. {
  2. "module": {
  3. "name": "entry_test",
  4. "type": "feature",
  5. "deviceTypes": [
  6. "phone"
  7. ],
  8. "deliveryWithInstall": true,
  9. "installationFree": false
  10. }
  11. }