Reddit Scheduler Plus

Reddit Scheduler Plus

Schedule Reddit Submission and post later.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Reddit Scheduler Plus",
  "description": "Schedule Reddit Submission and post later.",
  "icons": {
    "19": "images/alien19.png",
    "32": "images/alien32.png",
    "38": "images/alien38.png",
    "48": "images/alien48.png",
    "64": "images/alien64.png",
    "128": "images/alien128.png"
  },
  "permissions": [
    "storage",
    "alarms"
  ],
  "background": {
    "page": "background.html",
    "persistent": true
  },
  "browser_action": {
    "default_icon": {
      "19": "images/alien19.png",
      "38": "images/alien38.png"
    },
    "default_popup": "popup.html",
    "default_title": "Reddit Scheduler Plus"
  },
  "manifest_version": 2,
  "version": "0.0.2"
}