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",
"name": "OmniPrompt - One keyword to rule them all",
"description": "\ud83d\ude80 OmniPrompt enhances your browser bar for instant searches and AI access (ChatGPT, Claude, Mistral) with simple commands!",
"version": "1.1",
"manifest_version": 3,
"background": {
"service_worker": "background.js"
},
"omnibox": {
"keyword": "op"
},
"action": {
"default_icon": {
"16": "logo_16.png",
"32": "logo_32.png",
"48": "logo_48.png",
"128": "logo_128.png"
}
},
"icons": {
"16": "logo_16.png",
"32": "logo_32.png",
"48": "logo_48.png",
"128": "logo_128.png"
}
}