- MOZ_APP_NAME=inspector
- MOZ_APP_VERSION=`$PYTHON ${_topsrcdir}/build/version2k.py --version ${_topsrcdir}/inspector/config/version.txt`
- BINOC_ADDON_NAME="DOM Inspector"
- BINOC_ADDON_ID=inspector@mozilla.org
- BINOC_ADDON_CREATOR="Binary Outcast"
- BINOC_ADDON_DESCRIPTION="DOM Inspector is a tool that can be used to inspect and edit the live DOM of any web document or XUL application."
- BINOC_ADDON_VERSION=$MOZ_APP_VERSION
- BINOC_ADDON_CHROME_NAME=$MOZ_APP_NAME
- BINOC_ADDON_XPI_NAME=domi
|