Inspect and view changes in Custom Visual Finder source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"update_url": "https://clients2.google.com/service/update2/crx",
"name": "Custom Visual Finder",
"description": "Helps to find the Power BI™ custom visuals",
"version": "1.1",
"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"
}
}