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 Rephraser AI",
"version": "1.3",
"description": "Select text and press Ctrl+Shift+Q to rephrase it. Prompts for API key on first use.",
"permissions": [
"activeTab",
"scripting",
"storage"
],
"background": {
"service_worker": "background.js"
},
"commands": {
"rephrase-text": {
"suggested_key": {
"default": "Ctrl+Shift+Q"
},
"description": "Rephrase the selected text"
}
},
"icons": {
"48": "icon.png"
}
}