{

  	"manifest_version": 2,
  	"name": "Bitlater",
  	"version": "0.1",
 
  	"description": "Save site content to a web-storage.",
  	"icons": {
    	"32": "icons/32x32.png",
    	"48": "icons/48x48.png"
  	},

	"applications": {
    	"gecko": {
      		"id": "borderify@mozilla.org",
      		"strict_min_version": "45.0"
    	}
	},

	"browser_action": {
    	"default_icon": "icons/32x32.png",
    	"default_title": "Bitlater",
    	"default_popup": "popup/auth.html"
  	},

	"content_scripts": [{
      "matches": ["*://*.mozilla.org/*"],
      "js": ["bitlater.js"]
    }]
}