Inspect and view changes in Scuola Italiana di PNL 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
{
"update_url": "https://clients2.google.com/service/update2/crx",
"manifest_version": 2,
"name": "Scuola Italiana di PNL",
"short_name": "PNL News",
"description": "PNL News - Tutti gli Articoli sulla PNL Programmazione Neuro-Linguistica della Scuola Italiana di PNL.",
"version": "1.1.5",
"minimum_chrome_version": "26",
"offline_enabled": true,
"browser_action": {
"default_icon": {
"19": "19.png",
"38": "38.png",
"128": "128.png"
},
"default_title": "PNL News - Scuola Italiana di PNL",
"default_popup": "index.html"
},
"omnibox": {
"keyword": "PNL News"
},
"background": {
"persistent": false,
"scripts": [
"OneSignal.js",
"background.js"
]
},
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
"icons": {
"128": "128.png"
},
"permissions": [
"gcm",
"activeTab",
"storage",
"notifications",
"identity",
"https://www.scuolapnl.it/*"
]
}