Inspect and view changes in Ha-solidaire 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": "Ha-solidaire",
"author": "Hakamae",
"version": "1.0.0.3",
"description": "Il n'a jamais été aussi facile de soutenir les associations. Soyez alertés des boutiques partenaires et faites un don en un clic !",
"icons": {
"16": "16.png",
"48": "48.png",
"128": "128.png"
},
"browser_action": {
"default_popup": "index.html"
},
"background": {
"scripts": [
"background.js"
]
},
"content_scripts": [
{
"matches": [
"http://*/*",
"https://*/*"
],
"js": [
"jquery-3.4.1.min.js",
"handlebars.js",
"content.js"
],
"run_at": "document_end"
}
],
"web_accessible_resources": [
"templates.html",
"jquery-3.4.1.min",
"handlebars.js",
"contentGlobal.js"
],
"permissions": [
"storage",
"notifications",
"tabs",
"activeTab",
"file://*/*",
"https://*/*",
"http://*/*",
"https://www.google.com/_/chrome/newtab*",
"webRequest",
"<all_urls>",
"https://hasolidaire.hakamapps.com/"
],
"applications": {
"gecko": {
"id": "contact@ha-solidaire.com",
"strict_min_version": "57.0a1"
}
},
"content_security_policy": "script-src 'self'; object-src 'self'"
}