mirror of
https://github.com/MatMoul/quickdial-webext.git
synced 2024-12-23 15:36:12 +00:00
v0.0.1
This commit is contained in:
parent
85ddcf714c
commit
5ff24d077e
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
**/src.zip
|
@ -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."
|
||||||
},
|
},
|
||||||
|
|
||||||
|
@ -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."
|
||||||
},
|
},
|
||||||
|
|
||||||
|
@ -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": {
|
||||||
|
Loading…
Reference in New Issue
Block a user