Navigation

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Users
    • Groups
    • Rules
    • Help

    Do more on the web, with a fast and secure browser!

    Download Opera browser with:

    • built-in ad blocker
    • battery saver
    • free VPN
    Download Opera

    Omnibox Issue

    Opera add-ons
    omnibox issue publisher manifest moderation
    1
    2
    245
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • A Former User
      A Former User last edited by

      Hello everyone,

      I'm trying to publish an extension which consists in searching on a specific site when typing the keyword "youa" beforehand.
      I get the error 'Unknown permission name: "omnibox"' when I try to publish it.

      The debug works alright and my manifest looks like this : manifest

      Does anybody encountered this error or has an idea?

      Reply Quote 0
        1 Reply Last reply
      • A Former User
        A Former User last edited by leocg

        Here is my manifest since the link doesn't seem to work :

        {
            "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"]
            }
        } 
        

        LM

        Reply Quote 0
          1 Reply Last reply
        • First post
          Last post

        Computer browsers

        • Opera for Windows
        • Opera for Mac
        • Opera for Linux
        • Opera beta version
        • Opera USB

        Mobile browsers

        • Opera for Android
        • Opera Mini
        • Opera Touch
        • Opera for basic phones

        • Add-ons
        • Opera account
        • Wallpapers
        • Opera Ads

        • Help & support
        • Opera blogs
        • Opera forums
        • Dev.Opera

        • Security
        • Privacy
        • Cookies Policy
        • EULA
        • Terms of Service

        • About Opera
        • Press info
        • Jobs
        • Investors
        • Become a partner
        • Contact us

        Follow Opera

        • Opera - Facebook
        • Opera - Twitter
        • Opera - YouTube
        • Opera - LinkedIn
        • Opera - Instagram

        © Opera Software 1995-