Inspect and view changes in Packagist.org search engine 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": 2,
"name": "Packagist.org search engine",
"description": "Adds a search engine that searches packagist.org",
"version": "1.0",
"applications": {
"gecko": {
"strict_min_version": "55.0"
}
},
"icons": {
"16": "icon-16.png",
"32": "icon-32.png",
"128": "icon-128.png"
},
"chrome_settings_overrides": {
"search_provider": {
"name": "Packagist.org",
"search_url": "https://packagist.org/?query={searchTerms}",
"keyword": "p",
"favicon_url": "https://packagist.org/favicon.ico",
"is_default": false,
"encoding": "UTF-8"
}
}
}