Inspect and view changes in Daily Inspiring Quotes 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
{
"manifest_version": 2,
"name": "Daily Inspiring Quotes",
"description": "Daily Quotes to Motivate & Inspire You!",
"version": "1.3",
"icons": {
"128": "img/DIQ.png"
},
"background": {
"scripts": [
"js/background.js"
]
},
"browser_action": {
"default_title": "Daily Inspiring Quotes",
"default_icon": "img/Daily-Inspiring-Quotes-favicon.png"
}
}