diff --git a/manifest.json b/manifest.json index 05161a9..ed7b85d 100644 --- a/manifest.json +++ b/manifest.json @@ -29,6 +29,12 @@ "type": "domain", "example": "example.com" }, + { + "name": "path", + "type": "path", + "example": "/example", + "default": "/example" + }, { "name": "is_public", "type": "boolean",