Hello,
I want to convert a site to a chrome extension.
Do you think these codes are correct?
It doesn’t work well for me!
{
"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"
}
}
thanks,
Saeed