|
|
@ -1,12 +1,15 @@ |
|
|
|
{ |
|
|
|
"name": "Placid Tab 2 - New Tab Page", |
|
|
|
"short_name": "Placid Tab 2", |
|
|
|
"version": "1.0.0.3", |
|
|
|
"version": "1.0.1", |
|
|
|
"manifest_version": 2, |
|
|
|
"description": "A minimal New Tab page", |
|
|
|
"author": "Kyle Mitchell", |
|
|
|
"chrome_settings_overrides" : { |
|
|
|
"homepage": "index.html" |
|
|
|
}, |
|
|
|
"chrome_url_overrides" : { |
|
|
|
"newtab": "home.html" |
|
|
|
"newtab": "index.html" |
|
|
|
}, |
|
|
|
"icons": { "16": "icons/icon16.png", |
|
|
|
"48": "icons/icon48.png", |
|
|
|