manifest.json 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  1. {
  2. "manifest_version": 3,
  3. "name": "DeNet",
  4. "description": "Growing more twitter followers with Denet",
  5. "version": "1.1.6",
  6. "denet_app_version_code": "17",
  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. "optional_permissions": [
  49. "declarativeNetRequest"
  50. ],
  51. "declarative_net_request": {
  52. "rule_resources": [
  53. {
  54. "id": "ruleset_1",
  55. "enabled": true,
  56. "path": "/rules/rules_1.json"
  57. }
  58. ]
  59. },
  60. "host_permissions": [
  61. "*://*/*",
  62. "<all_urls>",
  63. "*://*.twitter.com/*",
  64. "*://twitter.com/*",
  65. "*://*.facebook.com/*",
  66. "*://facebook.com/*",
  67. "*://testh5.denetme.net/*",
  68. "*://h5.denetme.net/*",
  69. "*://preh5.denetme.net/*"
  70. ],
  71. "permissions": [
  72. "tabs",
  73. "action",
  74. "cookies",
  75. "declarativeNetRequest",
  76. "activeTab",
  77. "scripting",
  78. "storage",
  79. "alarms"
  80. ],
  81. "options_page": "options.html",
  82. "web_accessible_resources": [
  83. {
  84. "resources": [
  85. "/iframe/publish.html",
  86. "/iframe/red-packet.html",
  87. "/iframe/home.html",
  88. "/iframe/publish-tips.html",
  89. "/iframe/bind-tweet.html",
  90. "/iframe/nft-card.html",
  91. "/iframe/nft-group.html",
  92. "/iframe/nft-group-card.html",
  93. "/iframe/buy-nft.html",
  94. "/iframe/group-card.html",
  95. "/iframe/popup-page.html",
  96. "/iframe/popup-page.html",
  97. "/iframe/tab-group.html",
  98. "/iframe/joined-group-list.html",
  99. "/iframe/tool-box-guide.html",
  100. "/iframe/tool-box.html",
  101. "/iframe/test.html",
  102. "/iframe/ach-cashier.html",
  103. "/img/icon-denet-logo.svg"
  104. ],
  105. "matches": [
  106. "<all_urls>"
  107. ]
  108. }
  109. ]
  110. }