Skip to content

Commit

Permalink
adding * url test
Browse files Browse the repository at this point in the history
  • Loading branch information
code4clouds authored Sep 11, 2024
1 parent f5d6745 commit f9529aa
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion extension/extension-data.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
"target_title": "Sample audio 2",
"content_type": "audio",
"jquery_selector": ""
},
},
{
"page_url": "https://github",
"target_url": "https://github.com/microsoft/Mastering-the-Marketplace/raw/main/extension/media/Outro.mp4",
Expand All @@ -92,6 +92,14 @@
"jquery_selector": "#workspace-nav-offers-homepagelink",
"text": "I am here"
},
{
"page_url": "https://partner.microsoft.com/en-us/dashboard/commercial-marketplace/offers/*/overview",
"target_url": "https://github.com/microsoft/Mastering-the-Marketplace/raw/main/extension/media/Outro.mp4",
"target_title": "Create a new marketplace offer",
"content_type": "bubble",
"jquery_selector": "h2:contains('Plan overview')",
"text": "I am here"
},
{
"page_url": "https://github.com",
"target_title": "GitHub content 1",
Expand Down

0 comments on commit f9529aa

Please sign in to comment.