Ver a proveniência

adjusted manifest for settings page and button creation file

master
Haku há 4 anos
ascendente
cometimento
f314093dcd
1 ficheiros alterados com 7 adições e 1 eliminações
  1. +7
    -1
      build/manifest.json

+ 7
- 1
build/manifest.json Ver ficheiro

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

Carregando…
Cancelar
Guardar