mirror of
https://github.com/roytam1/palemoon27.git
synced 2026-06-09 09:58:57 +00:00
13 lines
347 B
JSON
13 lines
347 B
JSON
{
|
|
"name": "Addon app",
|
|
"description": "Let me inject script and css!",
|
|
"customizations" : [
|
|
{
|
|
"filter": "http://mochi.test:8888/tests/dom/apps/tests/addons",
|
|
"css": ["style.css", "style2.css", "invalid.css", "style.css"],
|
|
"scripts": ["script.js", "script2.js", "invalid.js", "script.js"]
|
|
}
|
|
],
|
|
"role": "addon"
|
|
}
|