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": "RiteBoost",
"short_name": "RiteBoost",
"description": "Improve the ROI of your posts with one click, right in your favorite scheduling tool.",
"version": "4.6.2",
"icons": {
"16": "img\/icon-16.png",
"32": "img\/icon-32.png",
"48": "img\/icon-48.png",
"64": "img\/icon-64.png",
"128": "img\/icon-128.png",
"256": "img\/icon-256.png"
},
"action": {
"default_icon": {
"19": "img\/icon-19.png"
},
"default_popup": "html\/popup.html",
"default_title": "RiteBoost"
},
"background": {
"service_worker": "js\/background.js"
},
"web_accessible_resources": [
{
"resources": [
"img\/*",
"fonts\/*",
"js\/libs\/*",
"html\/*",
"js\/*",
"css\/*"
],
"matches": [
"<all_urls>"
]
}
],
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"exclude_matches": [
"*:\/\/*.ritetag.com\/hootsuite\/app*",
"*:\/\/*.ritetag.com\/hootsuite\/optimize*"
],
"css": [
"css\/riteboost.css"
],
"js": [
"js\/riteboost.js"
],
"all_frames": true
},
{
"matches": [
"*:\/\/twitter.com\/*"
],
"exclude_matches": [
"*:\/\/x.com\/intent*"
],
"js": [
"js\/twitter.js"
]
},
{
"matches": [
"*:\/\/twitter.com\/intent*"
],
"js": [
"js\/twitter-intent.js"
]
},
{
"matches": [
"*:\/\/*.buffer.com\/*"
],
"js": [
"js\/riteboost.js",
"js\/buffer.js"
],
"css": [
"css\/riteboost.css"
],
"all_frames": true
},
{
"matches": [
"*:\/\/*.sendible.com\/*"
],
"js": [
"js\/sendible.js"
],
"all_frames": false
},
{
"matches": [
"*:\/\/*.hootsuite.com\/*"
],
"js": [
"js\/hootsuite.js"
],
"all_frames": true
}
],
"externally_connectable": {
"matches": [
"https:\/\/*.riteforge.com\/*"
]
},
"permissions": [
"storage",
"contextMenus",
"notifications"
],
"host_permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'"
}
}