You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
{
|
|
"manifest_version": 2,
|
|
"name": "FairCoin Calculator",
|
|
"version": "1.2",
|
|
"permissions": [
|
|
"webRequest",
|
|
"<all_urls>",
|
|
"*://api.fairplayground.info/*"
|
|
],
|
|
"content_scripts": [
|
|
{
|
|
"matches": [
|
|
"https://chain.fair.to/address*",
|
|
"https://chain.fair-coin.org/address/*"
|
|
],
|
|
"js": [ "jquery-3.3.1.min.js", "extension.js" ]
|
|
}
|
|
],
|
|
"gecko": {
|
|
"id": "faircoin-calculator@mayel.space"
|
|
}
|
|
}
|