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