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": "Boostawaa - Social Media Management",
"description": "Social Media Management tool",
"version": "5.0.24",
"author": "getbeviral.com",
"homepage_url": "https:\/\/getbeviral.com",
"short_name": "Boostawaa - Social Media Management tool",
"background": {
"service_worker": "src\/pages\/background\/index.js",
"type": "module"
},
"action": {
"default_popup": "src\/pages\/popup\/index.html",
"default_title": "Boostawaa"
},
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"content_scripts": [
{
"matches": [
"*:\/\/www.linkedin.com\/*",
"*:\/\/*.linkedin.com\/*",
"*:\/\/app.podawaa.com\/*",
"*:\/\/podawaa.com\/*",
"*:\/\/api-podawaa.com\/*",
"*:\/\/x.com\/*",
"*:\/\/twitter.com\/*"
],
"run_at": "document_idle",
"js": [
"jquery.min.js",
"src\/pages\/content\/index.js",
"webcomponents-bundle.js"
],
"css": [
"assets\/css\/Style.chunk.css",
"style.css"
]
}
],
"permissions": [
"offscreen",
"alarms",
"storage",
"tabs",
"cookies",
"webRequest",
"declarativeNetRequest",
"declarativeNetRequestWithHostAccess",
"declarativeNetRequest",
"management"
],
"declarative_net_request": {
"rule_resources": [
{
"id": "ruleset_schedule_post",
"enabled": true,
"path": "rules.json"
}
]
},
"optional_permissions": [],
"host_permissions": [
"*:\/\/publish.buffer.com\/*",
"*:\/\/www.linkedin.com\/*",
"https:\/\/realtime.www.linkedin.com\/*",
"https:\/\/app.podawaa.com\/*",
"*:\/\/*.x.com\/*",
"*:\/\/*.twitter.com\/*",
"*:\/\/x.com\/*",
"*:\/\/twitter.com\/*"
],
"web_accessible_resources": [
{
"resources": [
"inject.js",
"assets\/js\/*",
"assets\/css\/*",
"assets\/*",
"assets\/images\/*",
"assets\/icons\/*",
"css\/*",
"icon16.png",
"icon128.png",
"icon48.png",
"icon.png",
"webcomponents-bundle.js"
],
"matches": [
"*:\/\/*\/*"
]
}
],
"externally_connectable": {
"matches": [
"*:\/\/*\/*"
]
},
"default_locale": "en"
}