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

fix desc in manifest.

This commit is contained in:
Kushagra Gour 2016-05-11 02:02:25 +05:30
parent 022f195565
commit 83b915fdc4

View File

@ -2,7 +2,7 @@
"name": "Web Maker",
"version": "1.2",
"manifest_version": 2,
"description": "Make every new tab an offline playground for your web experiments",
"description": "Convert new tabs into an offline playground for your web experiments",
"chrome_url_overrides" : {
"newtab": "index.html"
},