Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "FunPay Pro Manager",
"version": "1.0",
"description": "\ud83d\udc8e \u041f\u0440\u043e\u0444\u0435\u0441\u0441\u0438\u043e\u043d\u0430\u043b\u044c\u043d\u044b\u0439 \u0438\u043d\u0441\u0442\u0440\u0443\u043c\u0435\u043d\u0442 \u0434\u043b\u044f \u043f\u0440\u043e\u0434\u0430\u0432\u0446\u043e\u0432 FunPay",
"permissions": [
"storage",
"activeTab",
"notifications"
],
"host_permissions": [
"https:\/\/funpay.com\/*",
"https:\/\/*.funpay.com\/*"
],
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"matches": [
"https:\/\/funpay.com\/*",
"https:\/\/*.funpay.com\/*"
],
"js": [
"content.js"
],
"css": [
"popup.css"
],
"run_at": "document_end",
"all_frames": false
}
],
"action": {
"default_popup": "popup.html",
"default_title": "FunPay Pro Manager"
},
"options_ui": {
"page": "options.html",
"open_in_tab": true
}
}