Home | History | Annotate | Download | only in stylizr
      1 {
      2   "name": "Stylizr",
      3   "description": "Spruce up your pages with custom CSS.",
      4   "version": "1.0",
      5 
      6   "permissions": [
      7     "activeTab",
      8     "storage"
      9   ],
     10 
     11   "options_page": "options.html",
     12 
     13   "browser_action": {
     14     "default_icon": "icon.png",
     15     "default_title": "Stylize!",
     16     "default_popup": "popup.html"
     17   },
     18 
     19   "manifest_version": 2
     20 }
     21