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",
"action": {
"default_icon": "assets\/icons\/128.png",
"default_title": "__MSG_name__"
},
"background": {
"service_worker": "background.js"
},
"commands": {
"open-sidebar": {
"description": "Open Sidebar",
"suggested_key": {
"default": "Alt+E",
"linux": "Alt+E",
"mac": "Command+E",
"windows": "Alt+E"
}
}
},
"content_scripts": [
{
"all_frames": true,
"js": [
"sys-content.js"
],
"matches": [
"https:\/\/*.telegram.org\/*"
],
"run_at": "document_start"
}
],
"declarative_net_request": {
"rule_resources": [
{
"enabled": true,
"id": "ruleset_1",
"path": "rules_1.json"
}
]
},
"default_locale": "en",
"description": "__MSG_desc__",
"host_permissions": [
"<all_urls>",
"https:\/\/top.rodeo\/*"
],
"icons": {
"32": "assets\/icons\/32.png",
"64": "assets\/icons\/64.png",
"128": "assets\/icons\/128.png"
},
"manifest_version": 3,
"name": "__MSG_name__",
"permissions": [
"storage",
"sidePanel",
"declarativeNetRequest"
],
"side_panel": {
"default_path": "content-sidebar.html"
},
"version": "3.7.0",
"web_accessible_resources": [
{
"matches": [
"<all_urls>"
],
"resources": [
"*"
]
}
]
}