diff --git a/index.html b/index.html
index 83287a5..0d526c0 100644
--- a/index.html
+++ b/index.html
@@ -300,7 +300,7 @@
Configuration Profile Generator
const url = URL.createObjectURL(blob);
const a = document.createElement('a');
a.href = url;
- a.download = 'config.plist';
+ a.download = 'config.mobileconfig';
a.click();
function serializeObject(obj) {