Variable FireOptions.urls

Urls to pass to the program is desktop file points to application. Empty by default.

struct FireOptions
{
  // ...
  const(string)[] urls ;
  // ...
}