Add extension ID for Firefox

This commit is contained in:
Tim "timmyRS" Speckhals 2020-01-26 14:35:57 +01:00
parent 6af041b5ac
commit 29333c9242
2 changed files with 6 additions and 0 deletions

View File

@ -49,6 +49,7 @@ foreach($index as $fn)
if($fn == "manifest.json")
{
$json = json_decode(file_get_contents($fn), true);
unset($json["browser_specific_settings"]);
$json["incognito"] = "split";
$build->addFromString($fn, json_encode($json, JSON_PRETTY_PRINT | JSON_UNESCAPED_SLASHES));
}

View File

@ -44,6 +44,11 @@
"run_at": "document_start"
}
],
"browser_specific_settings": {
"gecko": {
"id": "firefox@universal-bypass.org"
}
},
"web_accessible_resources": [
"html/before-navigate.html",
"html/blocked.html",