diff --git a/README.md b/README.md
index 23da97b..698316d 100644
--- a/README.md
+++ b/README.md
@@ -20,6 +20,24 @@ While libcosmic is written entirely in Rust, some of its dependencies may requir
sudo apt install cargo cmake just libexpat1-dev libfontconfig-dev libfreetype-dev libxkbcommon-dev pkgconf
```
+## Made-for-COSMIC Flatpak IDs
+
+To identify a project as a COSMIC Application, add `com.system76.CosmicApplication` to the provides section of the project's metainfo.
+
+```xml
+
+ com.system76.CosmicApplication
+
+```
+
+For COSMIC Applets, use `com.system76.CosmicApplet`.
+
+```xml
+
+ com.system76.CosmicApplet
+
+```
+
## Examples
Some examples are included in the [examples](./examples) directory to to kickstart your