Displays the current gold rate in Qatar .
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"manifest_version": 3,
"name": "Gold Rate in Qatar",
"version": "1.0",
"description": "Displays the current gold rate in Qatar .",
"permissions": [],
"host_permissions": [
"https://openexchangerates.org/api/*"
],
"action": {
"default_popup": "popup.html",
"default_icon": {
"48": "icons/icon-48.png",
"96": "icons/icon-96.png"
}
},
"icons": {
"48": "icons/icon-48.png",
"96": "icons/icon-96.png"
},
"background": {
"service_worker": "background.js"
},
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}