Picpost Scheduling Tool For Instagram

Picpost Scheduling Tool For Instagram

Picpost helps you to manage your instagram accounts

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Picpost Scheduling Tool For Instagram",
  "manifest_version": 2,
  "short_name": "Picpost Scheduler",
  "description": "Picpost helps you to manage your instagram accounts",
  "version": "1.0",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": "icon-small.png"
  },
  "icons": {
    "128": "icon.png"
  }
}