瀏覽代碼

improved manifest

master
Haku 3 年之前
父節點
當前提交
126ed40016
共有 1 個檔案被更改,包括 2 行新增2 行删除
  1. +2
    -2
      build/manifest.json

+ 2
- 2
build/manifest.json 查看文件

@@ -2,7 +2,7 @@
"manifest_version": 3,
"name": "Gauntlet",
"version": "1.0",
"description": "Defend easier in NationStates.",
"description": "Defend easier (but worse than with Reliant) in NationStates.",
"author": "Haku",
"permissions": ["activeTab", "storage"],
"host_permissions": [
@@ -18,7 +18,7 @@
{
"matches": ["https://www.nationstates.net/*"],
"exclude_matches": ["https://forum.nationstates.net/*"],
"run_at": "document_end",
"run_at": "document_idle",
"js": ["scripts/notyf.min.js"],
"css": ["css/notyf.min.css"]
},


Loading…
取消
儲存