mirror of
https://github.com/muerwre/markdown-home-tab.git
synced 2025-05-16 11:14:46 +07:00
added themes, extension manifest and layout splits
This commit is contained in:
parent
9a4eb6ef58
commit
1377d25403
13 changed files with 176 additions and 15 deletions
public
22
public/manifest.json
Normal file
22
public/manifest.json
Normal file
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
"name": "Markdown Home Tab",
|
||||
"short_name": "Markdown New Tab",
|
||||
"version": "0.0.0",
|
||||
"description": "Makdown editor on your new tab",
|
||||
"manifest_version": 2,
|
||||
"permissions": ["storage"],
|
||||
"chrome_url_overrides": {
|
||||
"newtab": "index.html"
|
||||
},
|
||||
"author": "Grogiriy Chervoplyas (muerwre)",
|
||||
"icons": {
|
||||
"16": "static/icon/icon16.png",
|
||||
"48": "static/icon/icon48.png",
|
||||
"128": "static/icon/icon128.png"
|
||||
},
|
||||
"applications": {
|
||||
"gecko": {
|
||||
"id": "gotham48@gmail.com"
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue