Hmm, I see. So you set a fixed template for the front page and don't use Page template at all.
My suggestion is making the front page a normal page template (so it won't be hardcoded) - template-front-page.php
for example and use the extension to show meta box for this page template only:
'show' => array(
'template' => array( 'template-front-page.php' ),
)