By: DigiQSL
Inspect and view changes in DigiQSL Integration source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 3,
"version": "2.2",
"name": "DigiQSL Integration",
"description": "Integrate DigiQSL with logging platforms such as QRZ.com and World Radio League.",
"browser_specific_settings": {
"gecko": {
"id": "extension@digiqsl.com",
"strict_min_version": "142.0",
"data_collection_permissions": {
"required": [
"personallyIdentifyingInfo",
"locationInfo"
]
}
}
},
"background": {
"scripts": [
"background.js"
]
},
"permissions": [
"activeTab",
"scripting",
"tabs",
"storage"
],
"host_permissions": [
"https://www.qrz.com/*"
],
"content_scripts": [
{
"matches": [
"https://logbook.qrz.com/*"
],
"js": [
"providers/shared.js",
"providers/qrz.js"
],
"run_at": "document_idle"
},
{
"matches": [
"https://app.worldradioleague.com/*"
],
"js": [
"providers/shared.js",
"providers/wrl.js"
],
"run_at": "document_idle"
}
],
"action": {
"default_icon": {
"128": "128.png"
},
"default_title": "DigiQSL Integration"
},
"icons": {
"128": "128.png"
}
} Best DigiQSL Integration Alternatives
Here are some Firefox add-ons that are similar to DigiQSL Integration: