mirror of
https://github.com/chinchang/web-maker.git
synced 2025-07-26 00:11:13 +02:00
add description n homepage to manifest.
This commit is contained in:
@@ -1,11 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "web-maker",
|
"name": "Web Maker",
|
||||||
"version": "1.0",
|
"version": "1.1",
|
||||||
"manifest_version": 2,
|
"manifest_version": 2,
|
||||||
"description": "Quick web experiments",
|
"description": "An easy and quick accessible playground for your web experiments",
|
||||||
"chrome_url_overrides" : {
|
"chrome_url_overrides" : {
|
||||||
"newtab": "index.html"
|
"newtab": "index.html"
|
||||||
},
|
},
|
||||||
|
"homepage_url": "http://kushagragour.in/lab/web-maker"
|
||||||
"permissions": [
|
"permissions": [
|
||||||
"storage"
|
"storage"
|
||||||
],
|
],
|
||||||
|
Reference in New Issue
Block a user