Power BI Custom Visual Finder

Power BI Custom Visual Finder

Helps to find the Power BI custom visuals

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Power BI Custom Visual Finder",
  "description": "Helps to find the Power BI custom visuals",
  "version": "1.0",
  "manifest_version": 3,
  "author": "Firzinat Khuzeev",
  "action": {
    "default_title": "Click to find custom visuals"
  },
  "permissions": [
    "activeTab",
    "scripting"
  ],
  "background": {
    "service_worker": "background.js"
  },
  "icons": {
    "16": "/images/icon_16.png",
    "32": "/images/icon_32.png",
    "48": "/images/icon_48.png",
    "128": "/images/icon_128.png"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}