1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-02-20 13:16:43 +01:00

add description n homepage to manifest.

This commit is contained in:
Kushagra Gour 2016-05-09 15:10:40 +05:30
parent 6e541dface
commit 27099b95e5

View File

@ -1,11 +1,12 @@
{
"name": "web-maker",
"version": "1.0",
"name": "Web Maker",
"version": "1.1",
"manifest_version": 2,
"description": "Quick web experiments",
"description": "An easy and quick accessible playground for your web experiments",
"chrome_url_overrides" : {
"newtab": "index.html"
},
"homepage_url": "http://kushagragour.in/lab/web-maker"
"permissions": [
"storage"
],