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": "Text Pro - Smart Text Processing Browser Extension",
"version": "3.7",
"description": "Text highlighting with color options, case conversion hotkeys, content tools, and JD Highlighter for all websites.",
"author": "Zubair Turk",
"homepage_url": "https:\/\/microsoftedge.microsoft.com\/addons\/detail\/jfolockpcjlfojpdblaekancbjbbpcel\/",
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"permissions": [
"storage"
],
"host_permissions": [
"<all_urls>"
],
"options_page": "options.html",
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content.js"
],
"run_at": "document_end",
"all_frames": true
}
]
}