Enjoy the day with a Super Hero Quote
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": "QuoteMe",
"version": "0.0.1",
"description": "Enjoy the day with a Super Hero Quote",
"icons": {
"16": "superMan16.png",
"48": "superMan48.png",
"128": "superMan128.png"
},
"browser_action": {
"default_icon": "superMan16.png",
"default_popup": "popup.html"
},
"permissions": [
"storage",
"notifications",
"contextMenus",
"https://*/"
]
}