Просмотр исходного кода

Use a proper name/description for the extension

jherve 1 год назад
Родитель
Сommit
b0e3f47b80
2 измененных файлов с 4 добавлено и 5 удалено
  1. 3 3
      manifest.json
  2. 1 2
      native/install.sh

+ 3 - 3
manifest.json

@@ -1,11 +1,11 @@
 {
   "manifest_version": 2,
-  "name": "Firefox extension example",
-  "description": " extension written in PureScript",
+  "name": "Job Search",
+  "description": "Assistant for LinkedIn job search",
   "version": "0.1.0",
   "browser_specific_settings": {
     "gecko": {
-      "id": "new_ext@mozilla.org"
+      "id": "job_search_ps@herve.info"
     }
   },
   "icons": {

+ 1 - 2
native/install.sh

@@ -24,8 +24,7 @@ cat << EOF > ${NATIVE_MESSAGING_MANIFEST}
     "path": "${EXTENSION_BIN}",
     "type": "stdio",
     "allowed_extensions": [
-        "job_search@herve.info",
-        "new_ext@mozilla.org"
+        "job_search_ps@herve.info"
     ]
 }
 EOF