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:
15
manifest.json
Normal file
15
manifest.json
Normal 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"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user