13 lines
199 B
JavaScript
13 lines
199 B
JavaScript
"use strict";
|
|
|
|
module.exports = {
|
|
"env": {
|
|
// Everything in this directory is loaded alongside the places overlay.
|
|
"mozilla/places-overlay": true
|
|
},
|
|
|
|
"plugins": [
|
|
"mozilla",
|
|
]
|
|
};
|