A free and open-source web framework that enables developers to create web apps using C# and HTML, developed by Microsoft.
Here comes the related code for the chrome extension:
{
"name": "instaberry",
"description": "simply upload your posts and story to instagram.",
"app": {
"urls": ["http://instaberry.ir/"],
"launch": {
"web_url": "http://instaberry.ir/"
}
},
"manifest_version": 2,
"update_url": "http://clients2.google.com/service/update2/crx",
"version": "0.1",
"icons": {
"128": "icon.png"
}
}
Can you please let me know do you think is this correct or not?
thanks,