Переглянути джерело

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

Завантаження…
Відмінити
Зберегти