setting.json 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. {
  2. "sections": [
  3. {
  4. "settings": [
  5. {
  6. "type": 0,
  7. "keyPath": "backgroundReportType",
  8. "title": "Response Location Request",
  9. "options": [
  10. {
  11. "option": 1,
  12. "title": "Reject"
  13. },
  14. {
  15. "option": 2,
  16. "title": "Always ask"
  17. },
  18. {
  19. "option": 3,
  20. "title": "Allow"
  21. }
  22. ]
  23. }
  24. ]
  25. },
  26. {
  27. "settings": [
  28. {
  29. "type": 2,
  30. "actionType": 1,
  31. "title": "Change Password"
  32. }
  33. ]
  34. },
  35. {
  36. "settings": [
  37. {
  38. "type": 2,
  39. "actionType": 0,
  40. "title": "Clean Cache"
  41. }
  42. ]
  43. },
  44. {
  45. "settings": [
  46. {
  47. "type": 4,
  48. "title": "Privacy Policy",
  49. "link": "https://www.baidu.com"
  50. }
  51. ]
  52. },
  53. {
  54. "settings": [
  55. {
  56. "type": 3,
  57. "title": "About"
  58. }
  59. ]
  60. }
  61. ]
  62. }