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.

21 lines
463 B

6 years ago
  1. {
  2. "manifest_version": 2,
  3. "name": "FairCoin Calculator",
  4. "version": "1.2",
  5. "permissions": [
  6. "webRequest",
  7. "<all_urls>",
  8. "*://api.fairplayground.info/*"
  9. ],
  10. "content_scripts": [
  11. {
  12. "matches": [
  13. "https://chain.fair.to/address*",
  14. "https://chain.fair-coin.org/address/*"
  15. ],
  16. "js": [ "jquery-3.3.1.min.js", "extension.js" ]
  17. }
  18. ],
  19. "gecko": {
  20. "id": "faircoin-calculator@mayel.space"
  21. }
  22. }