Skip to content

Commit

Permalink
Merge pull request #10 from managed-components/fix_fb_manifest_permis…
Browse files Browse the repository at this point in the history
…sion

Update manifest.json with access_kv_permission
  • Loading branch information
omarmosid authored Oct 13, 2023
2 parents 7a094e2 + a86e89e commit 8818396
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,10 @@
"categories": ["Advertising"],
"provides": ["events"],
"allowCustomFields": true,
"permissions": {}
"permissions": {
"access_client_kv": {
"description": "Stores UUIDs as cookies.",
"required": true
}
}
}

0 comments on commit 8818396

Please sign in to comment.