瀏覽代碼

adjusted manifest for settings page and button creation file

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

+ 7
- 1
build/manifest.json 查看文件

@@ -18,7 +18,13 @@
"matches": ["https://www.nationstates.net/*"],
"exclude_matches": ["https://forum.nationstates.net/*"],
"run_at": "document_end",
"js": ["scripts/main.js"]
"js": ["scripts/buttons.js", "scripts/main.js"]
},
{
"matches": ["https://www.nationstates.net/page=blank/raspberry=settings"],
"exclude_matches": ["https://forum.nationstates.net/*"],
"run_at": "document_end",
"js": ["scripts/settings.js"]
}
]
}

Loading…
取消
儲存