Inspect and view changes in PowerBI Links 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",
"manifest_version": 2,
"name": "PowerBI Links",
"short_name": "PowerBIMe",
"version": "0.0.3",
"description": "Important PowerBI Links",
"homepage_url": "http://codemarc.net",
"content_scripts": [
{
"matches": [
"http://*/*"
],
"css": [
"popup.css",
"uikit.min.css"
],
"js": [
"jquery.min.js",
"vue.min.js",
"uikit.min.js",
"uikit-icons.min.js",
"firebase.js",
"popup.js"
]
}
],
"browser_action": {
"default_title": "PowerBI",
"default_popup": "popup.html",
"default_icon": {
"19": "images/P19.png",
"38": "images/P38.png"
}
},
"icons": {
"16": "images/P16.png",
"48": "images/P48.png",
"128": "images/P128.png"
},
"author": {
"info": {
"name": "Marc J. Greenberg",
"email": "mailto:codemarc@gmail.com",
"web": "http://codemarc.net"
},
"firebase": {
"console": "https://console.firebase.google.com/project/powerbi-b4e27/database/data",
"config": {
"apiKey": "AIzaSyBMeHVx-wTesWjQymsQ94vznXh-x6v25VI",
"authDomain": "powerbi-b4e27.firebaseapp.com",
"databaseURL": "https://powerbi-b4e27.firebaseio.com",
"storageBucket": "powerbi-b4e27.appspot.com",
"messagingSenderId": "767183580945"
}
}
},
"content_security_policy": "script-src 'self' 'unsafe-eval' https://cdn.firebase.com https://*.firebaseio.com; object-src 'self'"
}