1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-09-02 17:42:39 +02:00

initial commit.

This commit is contained in:
Kushagra Gour
2016-05-02 17:13:18 +05:30
commit 225c325ebd
410 changed files with 75570 additions and 0 deletions

15
manifest.json Normal file
View File

@@ -0,0 +1,15 @@
{
"name": "web-maker",
"version": "1.0",
"manifest_version": 2,
"description": "Quick web experiments",
"chrome_url_overrides" : {
"newtab": "index.html"
},
"permissions": [
"storage"
],
"icons": {
"16": "icon-16.png"
}
}