1
0
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:
Kushagra Gour
2016-05-09 15:10:40 +05:30
parent 6e541dface
commit 27099b95e5

View File

@@ -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"
], ],