mirror of
https://github.com/MatMoul/quickdial-webext.git
synced 2025-11-20 22:42:06 +00:00
v0.0.1
This commit is contained in:
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": {
|
||||||
|
|||||||
Reference in New Issue
Block a user