{
|
|
"name": "Placid Tab 2 - New Tab Page",
|
|
"short_name": "Placid Tab 2",
|
|
"version": "1.0.0",
|
|
"manifest_version": 2,
|
|
"description": "A minimal New Tab page",
|
|
"author": "Kyle Mitchell",
|
|
"chrome_url_overrides" : {
|
|
"newtab": "home.html"
|
|
},
|
|
"icons": { "16": "icons/icon16.png",
|
|
"48": "icons/icon48.png",
|
|
"128": "icons/icon128.png" },
|
|
"permissions": ["storage"]
|
|
}
|