Inspect and view changes in Bufale.net 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
{
"name": "Bufale.net",
"description": "Scopri subito se una notizia รจ attendibile oppure no. Non divulgare notizie false, scoprile con bufale.net",
"author": "Matteo Totaro e Alessandro Reali per Bufale.net",
"version": "1.0.9resigned1",
"manifest_version": 2,
"browser_action": {
"default_icon": "bufale16.png",
"default_popup": "popup.html"
},
"permissions": [
"http://*/*",
"https://*/*",
"tabs",
"storage"
],
"background": {
"scripts": [
"background.js"
],
"persistent": true
},
"icons": {
"16": "bufale16.png",
"32": "bufale32.png",
"48": "bufale48.png",
"85": "bufale85.png",
"128": "bufale128.png"
},
"web_accessible_resources": [
"bufale16.png",
"bufale32.png",
"bufale48.png",
"bufale85.png",
"bufale128.png",
"close.png"
],
"content_scripts": [
{
"matches": [
"http://*/*",
"https://*/*"
],
"js": [
"content.js"
],
"css": [
"styles.css"
],
"run_at": "document_end"
}
],
"browser_specific_settings": {
"gecko": {
"id": "{4115ef3f-2a5e-4eeb-b9f4-f4d835041120}"
}
}
}