strict-flower

config.json

Mar 3rd, 2019
235
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.86 KB | None | 0 0
  1. [
  2.   {
  3.     "title": "Sample",
  4.     "description": "This file is a sample configuration file for https://pastebin.com/T1um51tn",
  5.     "target": "calc.exe"
  6.   },
  7.   {
  8.     "title": "Firefox (Profile 1)",
  9.     "target": "C:\\Program Files\\Mozilla Firefox\\firefox.exe",
  10.     "args": "-P \"Profile 1\"",
  11.     "category": "Browser"
  12.   },
  13.   {
  14.     "title": "Firefox (Profile 2)",
  15.     "target": "C:\\Program Files\\Mozilla Firefox\\firefox.exe",
  16.     "args": "-no-remote -P \"Profile 2\"",
  17.     "category": "Browser"
  18.   },
  19.   {
  20.     "title": "Firefox (Profile 3)",
  21.     "target": "C:\\Program Files\\Mozilla Firefox\\firefox.exe",
  22.     "args": "-no-remote -P \"Profile 3\"",
  23.     "category": "Browser"
  24.   },
  25.   {
  26.     "title": "Explorer",
  27.     "target": "C:\\Windows\\explorer.exe"
  28.   },
  29.   {
  30.     "title": "Onivim",
  31.     "target": "C:\\Program Files (x86)\\Oni\\Oni.exe"
  32.   }
  33. ]
Add Comment
Please, Sign In to add comment