Inspect and view changes in Logaster - online logo generator 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": "Logaster - online logo generator",
"short_name": "Logaster",
"description": "Logaster is leading online logo design software. The service provides infinite opportunities to create logos and corporate identity.",
"version": "2.3.5",
"author": "Logaster",
"manifest_version": 2,
"app": {
"urls": [
"https://www.logaster.com/create/logo/"
],
"launch": {
"web_url": "https://www.logaster.com/create/logo/"
}
},
"icons": {
"128": "icon_128.png"
}
}