#!/bin/sh
if [ "$1" = "toolbar" ]; then
  echo ytff-dellia
elif [ "$1" = "chrome" ]; then
  echo chrf-dellia
else
  echo sfp-dellia
fi
