standalone fix
diff --git a/extension/jsx/dataManager.jsx b/extension/jsx/dataManager.jsx
index 57e7ab1..e49dd99 100644
--- a/extension/jsx/dataManager.jsx
+++ b/extension/jsx/dataManager.jsx
@@ -217,8 +217,8 @@
         }
         if (config.standalone) {
             var bodymovinJsStr = bm_downloadManager.getStandaloneData();
-            string = bodymovinJsStr.replace("'__[ANIMATIONDATA]__'",  string );
-            string = string.replace("'__[STANDALONE]__'", 'true');
+            string = bodymovinJsStr.replace("\"__[ANIMATIONDATA]__\"",  string );
+            string = string.replace("\"__[STANDALONE]__\"", 'true');
         }
         ////
         try {