The answer seems to work.
In WMAppManifest.xaml, if you delete the values in the Title element, it works. Even for mangoes.
<Tokens>
<PrimaryToken TokenID="FishJumpToken" TaskName="_default">
<TemplateType5>
<BackgroundImageURI IsRelative="true" IsResource="false">Background.jpg</BackgroundImageURI>
<Count>0</Count>
**<Title></Title>**
</TemplateType5>
</PrimaryToken>
</Tokens>
source
share