Inspect and view changes in Web Design Project Online Marketplace 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": "Web Design Project Online Marketplace",
"short_name": "webprojects",
"description": "The largest online marketplace connecting website owners with web design and internet marketing firms",
"version": "2.0",
"manifest_version": 2,
"icons": {
"128": "icon.png"
},
"app": {
"urls": [
"http://www.webdesignprojectlist.info/"
],
"launch": {
"web_url": "http://www.webdesignprojectlist.info/"
}
}
}