initial commit

This commit is contained in:
groovecoder
2016-12-15 16:27:05 -06:00
parent f324a0644f
commit 5b753dc146
10 changed files with 180 additions and 2 deletions
+30
View File
@@ -0,0 +1,30 @@
{
"title": "Containers Experiment",
"name": "testpilot-containers",
"version": "0.0.1",
"description": "Containers works by isolating cookie jars using separate origin-attributes defined visually by colored Container Tabs. This add-on is a modified version of the containers feature for Firefox Test Pilot.",
"main": "index.js",
"author": "Luke Crouch & Jonathan Kingston",
"engines": {
"firefox": ">=50.0"
},
"license": "MPL2",
"keywords": [
"jetpack"
],
"hasEmbeddedWebExtension": true,
"devDependencies": {
"jpm": "^1.2.2",
"eslint": "^3.12.2"
}
}