-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmanifest.json
More file actions
123 lines (123 loc) · 4.49 KB
/
manifest.json
File metadata and controls
123 lines (123 loc) · 4.49 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
{
"manifest_version": 3,
"name": "FunPay Tools",
"version": "2.7.4",
"description": "Глобальное расширение для FunPay ⚡ 100+ инструментов • ИИ-помощник • Автоответчик • Аналитика • Автоматизация • Больше продаж",
"permissions": [
"storage",
"tabs",
"cookies",
"alarms",
"offscreen",
"notifications",
"background"
],
"host_permissions": [
"https://fptools-ai-server.vercel.app/*",
"https://funpay.com/*",
"https://cdn.jsdelivr.net/*",
"https://fonts.googleapis.com/*",
"https://fonts.gstatic.com/*",
"https://support.funpay.com/*"
],
"action": {
"default_popup": "popup/popup.html",
"default_title": "FP Tools"
},
"icons": {
"128": "icons/icon128.png"
},
"background": {
"service_worker": "background/background.js",
"type": "module"
},
"content_scripts": [
{
"matches": [
"https://funpay.com/*"
],
"js": [
"content/theme_flash_fix.js"
],
"run_at": "document_start",
"all_frames": true
},
{
"matches": [
"https://funpay.com/*"
],
"js": [
"content/scripts/jquery.js",
"content/utils.js",
"content/features/cursor_fx.js",
"content/ui/settings_loader.js",
"content/features/font_tools.js",
"content/features/accounts.js",
"content/features/ai_chat.js",
"content/features/auto_delivery.js",
"content/features/homepage_redesign.js",
"content/features/lot_cloning.js",
"content/features/market_analytics.js",
"content/features/lot_management.js",
"content/features/inline_price_editor.js",
"content/features/quick_lot_search.js",
"content/features/templates.js",
"content/features/theme.js",
"content/features/exact_price.js",
"content/features/user_notes.js",
"content/features/image_generator.js",
"content/features/custom_sound.js",
"content/features/misc.js",
"content/features/ui_enhancements.js",
"content/features/review_sorter.js",
"content/features/ai_lot_creator.js",
"content/features/currency_calculator.js",
"content/features/notes.js",
"content/features/overview_tour.js",
"content/features/magicstick.js",
"content/features/piggy_bank.js",
"content/features/lot_io.js",
"content/features/auto_review.js",
"content/features/fpt_identifier.js",
"content/ui/main_popup.js",
"content/ui/header_button_styler.js",
"content/features/lot_context_menu.js",
"content/features/ai_lot_audit.js",
"content/features/settings_io.js",
"content/features/bulk_lot_editor.js",
"content/features/buyer_history.js",
"content/features/chat_enhancements.js",
"content/features/order_enhancements.js",
"content/features/order_timer.js",
"content/features/blacklist.js",
"content/features/auto_delivery_ui.js",
"content/features/rmthub_search.js",
"content/features/support.js",
"content/content_script.js",
"content/features/auto_restore_lots.js",
"content/features/order_page_enhancements.js",
"content/features/sales_chart.js"
],
"css": [
"css/content_styles.css",
"css/image_generator.css",
"css/ai_creator.css",
"css/live_styler.css"
],
"run_at": "document_idle"
}
],
"web_accessible_resources": [
{
"resources": [
"sounds/*.mp3",
"background/remake.html",
"background/remake.js",
"icons/magic.png"
],
"matches": [
"https://funpay.com/*"
]
}
]
}