{
|
|
"name": "Quad - New Tab",
|
|
"short_name": "Quad",
|
|
"version": "1.1.1",
|
|
"manifest_version": 2,
|
|
"description": "A minimal New Tab page",
|
|
"author": "Kyle Mitchell",
|
|
"chrome_settings_overrides" : {
|
|
"homepage": "index.html"
|
|
},
|
|
"chrome_url_overrides" : {
|
|
"newtab": "index.html"
|
|
},
|
|
"icons": { "16": "icons/icon16.png",
|
|
"48": "icons/icon48.png",
|
|
"128": "icons/icon128.png" },
|
|
"permissions": ["storage"],
|
|
"applications": {
|
|
"gecko": {
|
|
"id": "placidtab2@kylemitchell.me",
|
|
"strict_min_version": "57.0"
|
|
}
|
|
}
|
|
}
|