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": "OrangeBot.AI - Save Posts",
"version": "2.0.0",
"description": "Save Twitter\/X and Reddit posts instantly with OrangeBot.AI.",
"permissions": [
"storage",
"offscreen"
],
"host_permissions": [
"*:\/\/twitter.com\/*",
"*:\/\/*.twitter.com\/*",
"*:\/\/x.com\/*",
"*:\/\/*.x.com\/*",
"*:\/\/*.reddit.com\/*",
"https:\/\/h-save-post-1070916754051.us-west1.run.app\/*",
"https:\/\/*.firebaseapp.com\/*"
],
"background": {
"service_worker": "background.js",
"type": "module"
},
"content_scripts": [
{
"matches": [
"*:\/\/twitter.com\/*",
"*:\/\/*.twitter.com\/*",
"*:\/\/x.com\/*",
"*:\/\/*.x.com\/*",
"*:\/\/*.reddit.com\/*"
],
"js": [
"content_script.js"
],
"css": [
"style.css"
]
}
],
"action": {
"default_popup": "popup\/popup.html",
"default_icon": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
}
},
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"web_accessible_resources": [
{
"resources": [
"offscreen.html"
],
"matches": [
"<all_urls>"
]
}
],
"externally_connectable": {
"matches": [
"https:\/\/orangebot.ai\/*"
]
}
}