Inspect and view changes in Bibliogo: The science & technology RSS reader 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": "http://clients2.google.com/service/update2/crx",
"name": "Bibliogo: The science & technology RSS reader",
"version": "0.0.1.6",
"manifest_version": 2,
"description": "The science & technology RSS reader",
"icons": {
"128": "icon_128.png"
},
"app": {
"urls": [
"http://www.bibliogo.com/"
],
"launch": {
"web_url": "http://www.bibliogo.com"
}
},
"intents": {
"http://webintents.org/view": [
{
"type": [
"application/rss+xml",
"application/atom+xml"
],
"title": "Follow this feed in Bibliogo",
"disposition": "window"
}
]
},
"permissions": [
"unlimitedStorage",
"notifications"
]
}