| summaryrefslogtreecommitdiff | 
path: root/manifest.json
diff options
| author | Nathanael Sensfelder <SpamShield0@MultiAgentSystems.org> | 2018-09-14 10:09:38 +0200 | 
|---|---|---|
| committer | Nathanael Sensfelder <SpamShield0@MultiAgentSystems.org> | 2018-09-14 10:09:38 +0200 | 
| commit | ac5b50e4a622ee0885678a96c69af7f49290bcee (patch) | |
| tree | 24907ac28e1251af33e1790cbb9c4a3d3be34810 /manifest.json | |
| parent | 85c6127369e984ef89bb06bf1139fab4aa07e790 (diff) | |
...
Diffstat (limited to 'manifest.json')
| -rw-r--r-- | manifest.json | 9 | 
1 files changed, 9 insertions, 0 deletions
| diff --git a/manifest.json b/manifest.json index 04eeb32..e3f369c 100644 --- a/manifest.json +++ b/manifest.json @@ -19,5 +19,14 @@        "default_icon": "images/to-favicon.svg",        "default_title": "TO - Active Battles",        "default_popup": "www/index.html" +   }, + +   "background": { +      "scripts": +         [ +            "www/script/params.js", +            "www/script/main.js", +            "www/script/load.js" +         ]     }  } | 


