Inspect and view changes in Lilo Moteur et Solidaire (v2-hts) 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": "Lilo Moteur et Solidaire (v2-hts)",
"version": "2.2.1",
"author": "Lilo.org",
"default_locale": "fr",
"description": "Lilo est le moteur de recherche français & solidaire qui vous permet de financer gratuitement des projets solidaires.",
"icons": {
"16": "assets/icon/16.png",
"32": "assets/icon/32.png",
"40": "assets/icon/40.png",
"64": "assets/icon/64.png",
"128": "assets/icon/128.png"
},
"browser_action": {
"default_popup": "popup/popup.html"
},
"chrome_settings_overrides": {
"homepage": "https://search.lilo.org/?plugin=lilose",
"search_provider": {
"encoding": "UTF-8",
"is_default": true,
"keyword": "lilo",
"name": "Lilo Moteur et solidaire",
"search_url": "https://search.lilo.org/results.php?q={searchTerms}&plugin=lilose",
"image_url": "https://search.lilo.org/results.php?q={searchTerms}&tab=images&plugin=lilose",
"favicon_url": "https://search.lilo.org/favicon.ico"
}
},
"chrome_url_overrides": {
"newtab": "tab/tab.html"
},
"background": {
"scripts": [
"assets/js/background-scripts/Config.js",
"assets/js/background-scripts/User.js",
"assets/js/background-scripts/tools.js",
"assets/js/background-scripts/LiloTab.js"
],
"persistent": true
},
"content_scripts": [
{
"matches": [
"*://*.lilo.org/*"
],
"all_frames": true,
"js": [
"assets/js/content-scripts/lilo_cs.js",
"assets/js/content-scripts/homepage.js"
],
"run_at": "document_start"
}
],
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}