From 6977a308420a3182806cfaa1fca68f19e1a6a1b5 Mon Sep 17 00:00:00 2001 From: David Starr Date: Mon, 16 Sep 2024 09:34:18 -0700 Subject: [PATCH] added missing config element --- extension/extension-data.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/extension/extension-data.json b/extension/extension-data.json index e0e18e9e..b05085e9 100644 --- a/extension/extension-data.json +++ b/extension/extension-data.json @@ -1,6 +1,15 @@ { "private_offer_page": "https://to-be-determined.com", "page_content": [ + { + "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')", + "left": 200, + "text": "I am here" + }, { "page_url": "https://partner.microsoft.com/en-us/dashboard/marketplace-offers/overview", "target_url": "https://github.com/microsoft/Mastering-the-Marketplace/raw/main/extension/media/Outro.mp4",