1
0
mirror of https://github.com/MatMoul/quickdial-webext.git synced 2024-12-23 15:36:12 +00:00
This commit is contained in:
matmoul 2017-10-04 02:13:48 +02:00
parent 85ddcf714c
commit 5ff24d077e
4 changed files with 9 additions and 3 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
**/src.zip

View File

@ -1,6 +1,6 @@
{ {
"extensionDescription": { "extensionDescription": {
"message": "Quick Dial, new tab page.", "message": "Quick Dial, a dial page inspired from fast dial.",
"description": "Description of the extension." "description": "Description of the extension."
}, },

View File

@ -1,6 +1,6 @@
{ {
"extensionDescription": { "extensionDescription": {
"message": "Quick Dial, page nouvel onglet.", "message": "Quick Dial, page dial inspirée de fast dial.",
"description": "Description of the extension." "description": "Description of the extension."
}, },

View File

@ -3,7 +3,12 @@
"manifest_version": 2, "manifest_version": 2,
"name": "Quick Dial", "name": "Quick Dial",
"version": "0.0.1", "version": "0.0.1",
"author": "MatMoul",
"homepage_url": "https://github.com/MatMoul/quickdial-webext",
"developer": {
"name": "MatMoul",
"url": "https://github.com/MatMoul/quickdial-webext"
},
"description": "__MSG_extensionDescription__", "description": "__MSG_extensionDescription__",
"icons": { "icons": {