Add index of all DNR examples to all DNR examples (#527)

This commit is contained in:
Rob Wu
2023-05-17 22:25:37 +02:00
committed by GitHub
parent 06330a69c2
commit f4a611d76b
3 changed files with 18 additions and 0 deletions

View File

@@ -62,3 +62,9 @@ As an alternative to renaming `host_permissions` to `optional_permissions`,
add the match patterns in the `host_permissions` array to the
`permissions` key of the MV2 manifest. Then the user does not need to opt in to
the host permission, and the extension works immediately after installation.
# Index of DNR examples
- [dnr-block-only](https://github.com/mdn/webextensions-examples/tree/main/dnr-block-only)
- [dnr-dynamic-with-options](https://github.com/mdn/webextensions-examples/tree/main/dnr-dynamic-with-options)
- [dnr-redirect-url](https://github.com/mdn/webextensions-examples/tree/main/dnr-redirect-url) (this example)