Inspect and view changes in Quotes from Classics 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": "Quotes from Classics",
"description": "Learning how great writers made nice sentences with 100 common words just needs a few clicks.",
"version": "6.2.2",
"app": {
"urls": [
"https://www.examword.com/quote-classic/"
],
"launch": {
"web_url": "https://www.examword.com/quote-classic/"
}
},
"icons": {
"128": "icon_128.png"
},
"permissions": []
}