Home | History | Annotate | Download | only in set_page_color
      1 {
      2   "name": "A browser action with a popup that changes the page color.",
      3   "version": "1.0",
      4   "permissions": [
      5     "tabs", "http://*/*", "https://*/*"
      6   ],
      7   "browser_action": {
      8       "default_title": "Set this page's color.",
      9       "default_icon": "icon.png",
     10       "popup": "popup.html"
     11   }
     12 }