Skip to content

Instantly share code, notes, and snippets.

View elliots's full-sized avatar

Elliot Shepherd elliots

View GitHub Profile
@elliots
elliots / options.js
Last active December 21, 2015 06:39 — forked from jmanoto/options.js
return {
"name": "Open URL",
"deviceMap": [{ "deviceType": "openurl" }]
}
@elliots
elliots / options.js
Last active December 21, 2015 06:39 — forked from jmanoto/options.js
NinjaBlocks notification device widget
return {
"name": "Notification",
"deviceMap": [{ "deviceType": "notification" }]
}
return {
"name": "Default Widget",
"deviceMap": [
{ minimum: "1", maximum:"1" }
]
}