mirror of
https://github.com/muerwre/markdown-home-tab.git
synced 2025-04-25 00:46:41 +07:00
17 lines
384 B
JSON
17 lines
384 B
JSON
{
|
|
"name": "Markdown Home Tab",
|
|
"short_name": "Markdown New Tab",
|
|
"version": "0.0.1",
|
|
"description": "Makdown editor for your new tab",
|
|
"manifest_version": 2,
|
|
"permissions": ["storage"],
|
|
"chrome_url_overrides": {
|
|
"newtab": "index.html"
|
|
},
|
|
"author": "Grogiriy Chervoplyas (muerwre)",
|
|
"applications": {
|
|
"gecko": {
|
|
"id": "gotham48@gmail.com"
|
|
}
|
|
}
|
|
}
|