소스 검색

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"]
}
]
}

불러오는 중...
취소
저장