manifest.json 889 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. {
  2. "manifest_version": 2,
  3. "name": "\u0108u ligoj estas vundeblaj al MITM-atako?",
  4. "description": "Skanu FQDN uzante la API",
  5. "version": "1.0.25.1",
  6. "homepage_url": "http://crimeflare.eu.org/",
  7. "author": "Crimeflare",
  8. "permissions": [
  9. "storage",
  10. "unlimitedStorage",
  11. "webRequest",
  12. "<all_urls>"
  13. ],
  14. "icons": {
  15. "72": "icons/72.png"
  16. },
  17. "background": {
  18. "scripts": [
  19. "bg.js"
  20. ]
  21. },
  22. "content_scripts": [
  23. {
  24. "matches": [
  25. "http://*/*",
  26. "https://*/*"
  27. ],
  28. "js": [
  29. "cs.js"
  30. ],
  31. "run_at": "document_end"
  32. }
  33. ],
  34. "options_ui": {
  35. "browser_style": true,
  36. "page": "cfg.html"
  37. },
  38. "applications": {
  39. "gecko": {
  40. "id": "ismitmlink@searxes.danwin1210.me",
  41. "strict_min_version": "78.0",
  42. "update_url": "https://api.sercxi.eu.org/_/addon.php?for=ismitmlink"
  43. }
  44. }
  45. }