{
  "Spotify": {
    "script_path": "./spotify-handler.js",
    "types": ["icon"]
  },
  "Time": {
    "script_path": "./time-handler.js",
    "types": ["icon"]
  },
  "Gif": {
    "script_path": "./gif-handler.js",
    "types": ["key", "icon"],
    "iconFields": {
      "text": {
        "type": "text"
      },
      "icon": {
        "type": "file",
	    "accept": ".gif"
      }
    }
  }
}
