manifest.json 972 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. {
  2. "manifest_version": 2,
  3. "name": "Block Cloudflare MITM Attack",
  4. "description": "Submit to global surveillance or resist. The choice is yours.",
  5. "version": "1.0.5.1",
  6. "author": "Project BCMA",
  7. "homepage_url": "https://trac.torproject.org/projects/tor/ticket/24351",
  8. "permissions": [
  9. "<all_urls>",
  10. "activeTab",
  11. "tabs",
  12. "webRequest",
  13. "webRequestBlocking",
  14. "webNavigation"
  15. ],
  16. "icons": {
  17. "32": "icons/icon-32.png",
  18. "48": "icons/icon-48.png",
  19. "64": "icons/icon-64.png"
  20. },
  21. "background": {
  22. "scripts": [
  23. "anticloudflare.js"
  24. ]
  25. },
  26. "options_ui": {
  27. "page": "mydata.html",
  28. "browser_style": false
  29. },
  30. "browser_action": {
  31. "browser_style": false,
  32. "default_icon": {
  33. "32": "icons/cf_0.png"
  34. }
  35. },
  36. "applications": {
  37. "gecko": {
  38. "id": "24351@trac.torproject.org",
  39. "strict_min_version": "52.0"
  40. }
  41. }
  42. }