mirror of
https://github.com/MatMoul/quickdial-webext.git
synced 2024-12-23 07:26:11 +00:00
Project: Remove description from manifest
This commit is contained in:
parent
39ab845d58
commit
9fdcc91ec6
@ -1,9 +1,4 @@
|
||||
{
|
||||
"extensionDescription": {
|
||||
"message": "Quick Dial, eine Schnellwahl-Seite inspiriert von Fast Dial.",
|
||||
"description": "Description of the extension."
|
||||
},
|
||||
|
||||
"menuAddToQuickDial": {
|
||||
"message": "Zu Quick Dial hinzufügen",
|
||||
"description": "Text of add bookmark menu item."
|
||||
|
@ -1,9 +1,4 @@
|
||||
{
|
||||
"extensionDescription": {
|
||||
"message": "Quick Dial, a dial page inspired from fast dial.",
|
||||
"description": "Description of the extension."
|
||||
},
|
||||
|
||||
"menuAddToQuickDial": {
|
||||
"message": "Add to Quick Dial",
|
||||
"description": "Text of add bookmark menu item."
|
||||
|
@ -1,9 +1,4 @@
|
||||
{
|
||||
"extensionDescription": {
|
||||
"message": "Quick Dial, page dial inspirée de fast dial.",
|
||||
"description": "Description of the extension."
|
||||
},
|
||||
|
||||
"menuAddToQuickDial": {
|
||||
"message": "Ajouter à Quick Dial",
|
||||
"description": "Text of add bookmark menu item."
|
||||
|
@ -1,9 +1,4 @@
|
||||
{
|
||||
"extensionDescription": {
|
||||
"message": "Quick Dial, una dial page inspirata a fast dial.",
|
||||
"description": "Description of the extension."
|
||||
},
|
||||
|
||||
"menuAddToQuickDial": {
|
||||
"message": "Aggiungi a Quick Dial",
|
||||
"description": "Text of add bookmark menu item."
|
||||
|
@ -1,9 +1,4 @@
|
||||
{
|
||||
"extensionDescription": {
|
||||
"message": "Quick Dial, uma página de discagem inspirada no Fast Dial.",
|
||||
"description": "Descrição da extensão."
|
||||
},
|
||||
|
||||
"menuAddToQuickDial": {
|
||||
"message": "Adicionar ao Quick Dial",
|
||||
"description": "Texto do iten de menu adicionar ao Quick Dial."
|
||||
|
@ -1,9 +1,4 @@
|
||||
{
|
||||
"extensionDescription": {
|
||||
"message": "Quick Dial, вдохновление умершим расширением Fast Dial.",
|
||||
"description": "Description of the extension."
|
||||
},
|
||||
|
||||
"menuAddToQuickDial": {
|
||||
"message": "Добавить в Quick Dial",
|
||||
"description": "Text of add bookmark menu item."
|
||||
|
@ -1,9 +1,4 @@
|
||||
{
|
||||
"extensionDescription": {
|
||||
"message": "Quick Dial, страница брзог бирања коју инспириса fast dial.",
|
||||
"description": "Description of the extension."
|
||||
},
|
||||
|
||||
"menuAddToQuickDial": {
|
||||
"message": "Додај у брзо бирање",
|
||||
"description": "Text of add bookmark menu item."
|
||||
|
@ -2,14 +2,13 @@
|
||||
|
||||
"manifest_version": 2,
|
||||
"name": "Quick Dial",
|
||||
"version": "0.1.12",
|
||||
"version": "0.1.12",
|
||||
"author": "MatMoul",
|
||||
"homepage_url": "https://github.com/MatMoul/quickdial-webext",
|
||||
"developer": {
|
||||
"name": "MatMoul",
|
||||
"url": "https://github.com/MatMoul/quickdial-webext"
|
||||
},
|
||||
"description": "__MSG_extensionDescription__",
|
||||
|
||||
"icons": {
|
||||
"24": "img/24.png",
|
||||
|
Loading…
Reference in New Issue
Block a user