浏览代码

Started tweaking extension for Firefox

父节点
当前提交
ee10b1253a
共有 1 个文件被更改,包括 6 次插入0 次删除
  1. 6
    0
      manifest.json

+ 6
- 0
manifest.json 查看文件

22
     "background": {
22
     "background": {
23
         "scripts": ["jquery.js", "eventPage.js"],
23
         "scripts": ["jquery.js", "eventPage.js"],
24
         "persistent": false
24
         "persistent": false
25
+    },
26
+
27
+    "applications": {
28
+        "gecko": {
29
+            "id": "collateralfreedom@brendanabolivier.com"
30
+        }
25
     }
31
     }
26
 }
32
 }