diff --git a/README.md b/README.md index 283974fe..d410138c 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ This repo stores a json document of First-Party Sets (FPSes) within the file "first_party_sets.JSON". For clarity on the First-Party Sets proposal, please read the information on [this page](https://github.com/WICG/first-party-sets/). For guidance on submitting sets, -please follow the guidelines provided in FPS-Submission-Guidelines.md +please follow the guidelines provided in "FPS-Submission-Guidelines.md" In general, changes are made by creating a Pull Request (PR) from your branch to the main branch. When this occurs, a Github Action will trigger, visible in .github/workflows/fps-submission-checks.yml. This action will run diff --git a/first_party_sets.JSON b/first_party_sets.JSON index 4174fdb2..d77f0da8 100644 --- a/first_party_sets.JSON +++ b/first_party_sets.JSON @@ -1,3 +1,6 @@ { - "sets":[] + "sets":[{ + "primary": "https://google.com" + } + ] } \ No newline at end of file