Inspect and view changes in Курси валют та ціни на пальне 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": "Курси валют та ціни на пальне",
"description": "Розширення показує курс валют (USD, EUR, RUB). А також ціни на пальне в Україні",
"version": "1.0.0",
"browser_action": {
"default_popup": "index.html",
"default_title": "Курси валют та ціни на пальне"
},
"icons": {
"16": "img/logo-small-16.png",
"48": "img/logo-small-48.png",
"128": "img/logo-small-128.png"
},
"content_security_policy": "script-src 'self' 'sha256-NrlyO86uW/kHjKx0t0e2FpFazcrqZVR+kF9qe1asKSU='; object-src 'self'",
"background": {
"scripts": [
"app/background.js"
]
},
"permissions": [
"webRequest",
"*://api.privatbank.ua/",
"*://www.google.com/",
"*://minfin.com.ua/",
"*://index.minfin.com.ua/",
"*://bank.gov.ua/",
"storage"
]
}