Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"short_name": "RoSeal",
"name": "__MSG_manifest_name__",
"description": "__MSG_manifest_description__",
"author": "roseal.live",
"version": "2.1.34.0",
"version_name": "2.1.34 (Gaia)",
"icons": {
"64": "img\/icon\/64.png",
"128": "img\/icon\/128.png",
"256": "img\/icon\/256.png",
"512": "img\/icon\/512.png"
},
"default_locale": "en",
"declarative_net_request": {
"rule_resources": [
{
"id": "roseal_ruleset_1",
"enabled": true,
"path": "dnr_rules.json"
}
]
},
"permissions": [
"storage",
"declarativeNetRequestWithHostAccess",
"webRequest",
"alarms"
],
"optional_permissions": [
"cookies",
"notifications"
],
"host_permissions": [
"*:\/\/*.roblox.com\/*",
"*:\/\/*.roseal.live\/*"
],
"optional_host_permissions": [
"*:\/\/*.rolimons.com\/*"
],
"content_scripts": [
{
"matches": [
"https:\/\/www.roseal.live\/*"
],
"js": [
"js\/roseal.js"
],
"all_frames": true,
"run_at": "document_start"
},
{
"matches": [
"https:\/\/www.roblox.com\/*",
"https:\/\/create.roblox.com\/*"
],
"js": [
"js\/main.js"
],
"all_frames": true,
"run_at": "document_start"
},
{
"matches": [
"https:\/\/www.roblox.com\/*",
"https:\/\/create.roblox.com\/*"
],
"js": [
"js\/inject.js"
],
"world": "MAIN",
"all_frames": true,
"run_at": "document_start"
}
],
"action": {
"default_title": "__MSG_manifest_action_title__"
},
"incognito": "split",
"background": {
"service_worker": "js\/background.js"
},
"web_accessible_resources": [
{
"resources": [
"css\/*",
"fonts\/*",
"img\/*",
"html\/popup.html"
],
"matches": [
"*:\/\/*.roblox.com\/*"
]
}
],
"minimum_chrome_version": "111"
}