manifest.json 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  1. {
  2. "manifest_version": 3,
  3. "name": "DeNet",
  4. "description": "Growing more twitter followers with Denet",
  5. "version": "1.1.6.2",
  6. "denet_app_version_code": "19",
  7. "background": {
  8. "service_worker": "/js/background.js"
  9. },
  10. "icons": {
  11. "16": "/logo/16.png",
  12. "32": "/logo/32.png",
  13. "48": "/logo/48.png",
  14. "128": "/logo/128.png"
  15. },
  16. "action": {
  17. "default_popup": "popup.html"
  18. },
  19. "content_scripts": [
  20. {
  21. "matches": [
  22. "<all_urls>"
  23. ],
  24. "run_at": "document_start",
  25. "js": [
  26. "/js/content_help.js"
  27. ],
  28. "css": [
  29. "/css/content_help.css"
  30. ]
  31. },
  32. {
  33. "matches": [
  34. "https://*.twitter.com/*",
  35. "https://twitter.com/*",
  36. "https://www.facebook.com/*",
  37. "https://facebook.com/*",
  38. "*://testh5.denetme.net/*",
  39. "*://h5.denetme.net/*",
  40. "*://preh5.denetme.net/*"
  41. ],
  42. "run_at": "document_idle",
  43. "js": [
  44. "/js/content.js"
  45. ]
  46. }
  47. ],
  48. "declarative_net_request": {
  49. "rule_resources": [
  50. {
  51. "id": "ruleset_1",
  52. "enabled": true,
  53. "path": "/rules/rules_1.json"
  54. }
  55. ]
  56. },
  57. "host_permissions": [
  58. "*://*/*",
  59. "<all_urls>",
  60. "*://*.twitter.com/*",
  61. "*://twitter.com/*",
  62. "*://*.facebook.com/*",
  63. "*://facebook.com/*",
  64. "*://testh5.denetme.net/*",
  65. "*://h5.denetme.net/*",
  66. "*://preh5.denetme.net/*"
  67. ],
  68. "permissions": [
  69. "tabs",
  70. "action",
  71. "cookies",
  72. "declarativeNetRequest",
  73. "activeTab",
  74. "scripting",
  75. "storage",
  76. "alarms"
  77. ],
  78. "options_page": "options.html",
  79. "web_accessible_resources": [
  80. {
  81. "resources": [
  82. "/iframe/publish.html",
  83. "/iframe/red-packet.html",
  84. "/iframe/home.html",
  85. "/iframe/publish-tips.html",
  86. "/iframe/bind-tweet.html",
  87. "/iframe/nft-card.html",
  88. "/iframe/nft-group.html",
  89. "/iframe/nft-group-card.html",
  90. "/iframe/buy-nft.html",
  91. "/iframe/group-card.html",
  92. "/iframe/popup-page.html",
  93. "/iframe/popup-page.html",
  94. "/iframe/tab-group.html",
  95. "/iframe/joined-group-list.html",
  96. "/iframe/tool-box-guide.html",
  97. "/iframe/tool-box.html",
  98. "/iframe/tool-box-buy-nft.html",
  99. "/iframe/test.html",
  100. "/iframe/ach-cashier.html",
  101. "/img/icon-denet-logo.svg",
  102. "/iframe/treasure-hunt.html"
  103. ],
  104. "matches": [
  105. "<all_urls>"
  106. ]
  107. }
  108. ]
  109. }