Inspect and view changes in Search For Trees - Search Engine That Plants Trees source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"manifest_version": 3,
"name": "Search For Trees",
"version": "1.0.1",
"description": "Plant trees for free while searching the web",
"icons": {
"16": "images/favicon-16x16.png",
"32": "images/favicon-32x32.png",
"48": "images/favicon-48x48.png",
"64": "images/favicon-64x64.png",
"96": "images/favicon-96x96.png",
"128": "images/favicon-192x192.png",
"310": "images/favicon-310x310.png",
"512": "images/favicon-512x512.png"
},
"chrome_settings_overrides": {
"search_provider": {
"name": "Search For Trees",
"search_url": "https://www.searchfortrees.com/?q={searchTerms}&mode=defaultsearch",
"keyword": "searchfortrees.com",
"favicon_url": "images/favicon.ico",
"is_default": true,
"encoding": "UTF-8"
}
},
"background": {
"scripts": [
"background.js"
],
"type": "module"
},
"permissions": [
"webNavigation"
],
"browser_specific_settings": {
"gecko": {
"id": "gecko-noreply@searchfortrees.com",
"strict_min_version": "109.0"
},
"gecko_android": {
"id": "gecko-android-noreply@searchfortrees.com",
"strict_min_version": "109.0"
}
}
}