Skip to content

Commit

Permalink
Add missing file
Browse files Browse the repository at this point in the history
  • Loading branch information
muffinista committed May 19, 2020
1 parent f031be0 commit bd590c2
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions test/fixtures/no-requirements.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"name": "Screensaver One",
"description": "A Screensaver",
"aboutUrl": "",
"author": "Colin Mitchell",
"source": "index.html",
"options": [
{
"index": 0,
"name": "load_url",
"type": "text",
"description": "Load the specified URL",
"min": "1",
"max": "100",
"default": ""
},
{
"index": 1,
"name": "sound",
"type": "boolean",
"description": "Play sound?",
"min": "1",
"max": "100",
"default": "true"
}
],
"editable": true
}

0 comments on commit bd590c2

Please sign in to comment.