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": "RMT Hub",
"version": "1.0.2",
"icons": {
"48": "public\/logo.png"
},
"action": {
"default_icon": {
"48": "public\/logo.png"
},
"default_popup": "src\/popup\/index.html"
},
"background": {
"service_worker": "service-worker-loader.js",
"type": "module"
},
"content_scripts": [
{
"js": [
"assets\/main.tsx-loader.8a646524.js"
],
"matches": [
"https:\/\/funpay.com\/*",
"https:\/\/*.funpay.com\/*"
]
}
],
"permissions": [
"activeTab",
"scripting"
],
"host_permissions": [
"https:\/\/rmthub.com\/*"
],
"web_accessible_resources": [
{
"matches": [
"https:\/\/*.funpay.com\/*",
"https:\/\/funpay.com\/*"
],
"resources": [
"assets\/OpenInNew.f137d5a4.js",
"assets\/main.tsx.a1e2dc27.js"
],
"use_dynamic_url": false
}
]
}