29 lines
717 B
JSON
29 lines
717 B
JSON
|
{
|
||
|
"manifest_version": 2,
|
||
|
"name": "Resulti by Forjed",
|
||
|
"version": "1.3",
|
||
|
"description": ".",
|
||
|
"permissions": [ "activeTab" ],
|
||
|
"browser_action": {
|
||
|
"default_title": "resulti",
|
||
|
"default_popup": "popup.html",
|
||
|
"default_width": 100,
|
||
|
"default_height": 100
|
||
|
|
||
|
},
|
||
|
"chrome_settings_overrides": {
|
||
|
"search_provider": {
|
||
|
"encoding": "UTF-8",
|
||
|
"favicon_url": "icon.png",
|
||
|
"is_default": true,
|
||
|
"keyword": "resulti.net",
|
||
|
"name": "Resulti",
|
||
|
"search_url": "https://resulti.org/search.html?q={searchTerms}"
|
||
|
|
||
|
}
|
||
|
},
|
||
|
"chrome_url_overrides": {
|
||
|
"newtab": "homepage.html"
|
||
|
}
|
||
|
}
|