Back to Parent

#manifest.json
{
  "manifest_version": 2,

  "name": "TipOff",
  "description": "Password recall widget",
  "version": "1.0",

  "browser_action": {
   "default_icon": "TipOffIcon.png",
   "default_popup": "popup.html"
  },
  "permissions": [
   "activeTab", "http://*.herokuapp.com/", "https://*.herokuapp.com/"
   ]
}
Click to Expand

Content Rating

Is this a good/useful/informative piece of content to include in the project? Have your say!

0