Closed Bug 1394978 Opened 7 years ago Closed 7 years ago

web extension startup_pages manifest directive not working

Categories

(WebExtensions :: General, defect)

55 Branch
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED DUPLICATE of bug 1368700

People

(Reporter: khalid.rfk, Unassigned)

Details

User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36

Steps to reproduce:

i added those lines to my manifest JSON
"chrome_settings_overrides" : {
    "startup_pages" : ["https://example.com/.."]
}


Actual results:

nothing :D


Expected results:

the url should be added to firefox startup pages

in fact if there is an other method using javascript; il will be ideal
this is the original message:
---------------------------------------------
Hello.
We are developing a plugin (WEBSKAN).
 
At the installation of the plugin, we would like to ask the user to allow us to add the plugin page in the stratpages of the browser.
 
If the user says “Yes”, we would like to be able to add programmatically (API , Script, …) the URL of the plugin to the startpages of the browser.
 
Thanks for your help.
Component: Untriaged → WebExtensions: General
Product: Firefox → Toolkit
I'm not sure what "startup_pages" is meant to do, I'm not familiar with that term. We allow override of the newtab and the home page. The ability to alter the chrome_url_overrides and chrome_settings_overrides with some clear limitations is discussed in bug 1368700, so I'm going to dupe to that.
Status: UNCONFIRMED → RESOLVED
Closed: 7 years ago
Resolution: --- → DUPLICATE
Product: Toolkit → WebExtensions
You need to log in before you can comment on or make changes to this bug.