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,
"version": "1.0.12",
"default_locale": "en",
"name": "__MSG_appName__",
"description": "__MSG_appDescription__",
"permissions": [
"storage"
],
"content_scripts": [
{
"js": [
"background.js"
],
"matches": [
"*:\/\/*.rs.ge\/*",
"*:\/\/rs.ge\/*"
],
"run_at": "document_start",
"all_frames": true
}
],
"web_accessible_resources": [
{
"resources": [
"inject.js",
"translations\/en.json",
"translations\/ru.json",
"translations\/uk.json",
"translations\/be.json"
],
"matches": [
"*:\/\/*.rs.ge\/*",
"*:\/\/rs.ge\/*"
]
}
],
"action": {
"default_popup": "settings\/popup.html",
"default_icon": {
"16": "icons\/rs-icon-16.png",
"48": "icons\/rs-icon-48.png",
"128": "icons\/rs-icon-128.png"
}
},
"icons": {
"16": "icons\/rs-icon-16.png",
"48": "icons\/rs-icon-48.png",
"128": "icons\/rs-icon-128.png"
}
}