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": "Boost Editor -Right Click in SM Post Text Box",
"version": "1.3",
"description": "Your Chrome extension to copy text from Social Media Post textbox and Boost in Boost Editor",
"author": "IbraNext Technologies",
"permissions": [
"activeTab",
"scripting",
"contextMenus"
],
"background": {
"service_worker": "background.js"
},
"icons": {
"48": "icon.png"
},
"action": []
}