Inspect and view changes in Salesforce Metadata Documentation 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": "Salesforce Metadata Documentation",
"description": "Document Salesforce MetaData - By FusionHawk",
"version": "7.5",
"manifest_version": 3,
"host_permissions": [
"http://*.salesforce.com/*",
"https://*.salesforce.com/*"
],
"background": {
"service_worker": "background.js"
},
"permissions": [
"activeTab",
"scripting",
"tabs",
"storage"
],
"action": {
"default_title": "Document Salesforce MetaData",
"default_popup": "popup.html",
"default_icon": {
"16": "assets/FusionHawk Logo 16X16.png",
"48": "assets/FusionHawk Logo 48X48.png",
"128": "assets/FusionHawk Logo 128X128.png"
}
}
}