Inspect and view changes in Journalist Local Journal 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",
"name": "Journalist Local Journal",
"short_name": "Journalist",
"description": "Completely local journal.",
"version": "2.0",
"manifest_version": 2,
"app": {
"background": {
"scripts": [
"js/background.js"
]
}
},
"permissions": [
"storage"
],
"icons": {
"16": "img/ico/16.png",
"32": "img/ico/32.png",
"128": "img/ico/128.png",
"256": "img/ico/256.png"
}
}