<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Omnibox Issue]]></title><description><![CDATA[<p dir="auto">Hello everyone,</p>
<p dir="auto">I'm trying to publish an extension which consists in searching on a specific site when typing the keyword "youa" beforehand.<br />
I get the error 'Unknown permission name: "omnibox"' when I try to publish it.</p>
<p dir="auto">The debug works alright and my manifest looks like this : <img src="https://gyazo.com/eac093f65d2575c28c83a034e9a324c3" alt="manifest" class=" img-responsive img-markdown" /></p>
<p dir="auto">Does anybody encountered this error or has an idea?</p>
]]></description><link>https://forums.opera.com/topic/35488/omnibox-issue</link><generator>RSS for Node</generator><lastBuildDate>Sun, 10 May 2026 21:12:13 GMT</lastBuildDate><atom:link href="https://forums.opera.com/topic/35488.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 01 Oct 2019 10:15:20 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Omnibox Issue on Tue, 01 Oct 2019 13:38:03 GMT]]></title><description><![CDATA[<p dir="auto">Here is my manifest since the link doesn't seem to work :</p>
<pre><code>{
    "name" : "Youa",
    "version" : "1.0.6",
    "omnibox": {
	"keyword": "youa"
    },
    "description" : "Ajouter Youa à Opera",
    "manifest_version" : 2,
    "homepage_url" : "https://www.youa.eu/",
    "omnibox": { "keyword" : "youa" },      
    "background": {
        "scripts": ["background.js"],
        "persistent": false
    },
    "content_scripts" : [{
        "matches" : ["https://www.youa.eu/*"],
        "js" : ["content.js"]
    }],
    "browser_action": {
	"default_icon": "logo_16.png",
	"default_title": "Youa"
    },
    "permissions": [
        "https://www.youa.eu/youa.php"
    ],
   "chrome_settings_overrides" : {
        "search_provider" : {
            "name" : "Youa",
            "search_url" : "https://www.youa.eu/search.php?q={searchTerms}",
            "favicon_url" : "https://www.youa.eu/asset/img/logo-responsable.jpg",
            "is_default" : true,
            "encoding" : "UTF-8",
            "keyword" : "youa"
        },
        "homepage" : "https://www.youa.eu",
        "startup_pages" : ["https://www.youa.eu"]
    }
} 
</code></pre>
<p dir="auto">LM</p>
]]></description><link>https://forums.opera.com/post/183220</link><guid isPermaLink="true">https://forums.opera.com/post/183220</guid><dc:creator><![CDATA[[[global:former_user]]]]></dc:creator><pubDate>Tue, 01 Oct 2019 13:38:03 GMT</pubDate></item></channel></rss>