[examples] rename hello-experiences cmx file

Change-Id: I9170ceb8f6eb663c4b61847c0240e27dc17c8b20
Reviewed-on: https://fuchsia-review.googlesource.com/c/experiences/+/432757
Reviewed-by: Darren Chan <chandarren@google.com>
Testability-Review: Chase Latta <chaselatta@google.com>
Commit-Queue: Chase Latta <chaselatta@google.com>
diff --git a/examples/hello_experiences/BUILD.gn b/examples/hello_experiences/BUILD.gn
index dd56afc..3897f31 100644
--- a/examples/hello_experiences/BUILD.gn
+++ b/examples/hello_experiences/BUILD.gn
@@ -18,7 +18,7 @@
 
 flutter_component("component") {
   component_name = "hello-experiences"
-  manifest = "meta/hello_experiences.cmx"
+  manifest = "meta/hello-experiences.cmx"
   deps = [ ":lib" ]
 }
 
diff --git a/examples/hello_experiences/meta/hello_experiences.cmx b/examples/hello_experiences/meta/hello-experiences.cmx
similarity index 74%
rename from examples/hello_experiences/meta/hello_experiences.cmx
rename to examples/hello_experiences/meta/hello-experiences.cmx
index 2348532..97a1efd 100644
--- a/examples/hello_experiences/meta/hello_experiences.cmx
+++ b/examples/hello_experiences/meta/hello-experiences.cmx
@@ -1,13 +1,6 @@
 {
-    "facets": {
-        "fuchsia.modular": {
-            "@version": 2,
-            "binary": "hello_experiences",
-            "intent_filters": []
-        }
-    },
     "program": {
-        "data": "data/hello_experiences"
+        "data": "data/hello-experiences"
     },
     "sandbox": {
         "services": [
@@ -26,7 +19,6 @@
             "fuchsia.ui.scenic.Scenic",
             "fuchsia.ui.policy.Presenter",
             "fuchsia.modular.ComponentContext",
-            "fuchsia.web.ContextProvider"
         ]
     }
 }