Procházet zdrojové kódy

adjusted manifest for settings page and button creation file

master
Haku před 4 roky
rodič
revize
f314093dcd
1 změnil soubory, kde provedl 7 přidání a 1 odebrání
  1. +7
    -1
      build/manifest.json

+ 7
- 1
build/manifest.json Zobrazit soubor

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

Načítá se…
Zrušit
Uložit