Skip to content

Instantly share code, notes, and snippets.

@rakeshkumar125
Created February 4, 2019 04:19
Show Gist options
  • Save rakeshkumar125/9b9381c784091a6cfe751b21d1fcbec3 to your computer and use it in GitHub Desktop.
Save rakeshkumar125/9b9381c784091a6cfe751b21d1fcbec3 to your computer and use it in GitHub Desktop.
{
"name": "Postnidea weather now",
"version": "1.0",
"description": "Postnidea weather now provide you runtime weather report like temprature, humidity etc according to geographical region",
"icons": {"128": "images/icon-128.png"},
"permissions": ["storage"],
"homepage_url": "http://postnidea.com",
"browser_action": {
"default_popup": "popup.html",
"default_icon": {
"16": "images/icon-16.png",
"32": "images/icon-32.png",
"48": "images/icon-48.png",
"128": "images/icon-128.png"
}
},
"manifest_version": 2
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment