{ | |
"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