Examine source code of RemindMeBot-Reddit

Inspect and view changes in RemindMeBot-Reddit source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "name": "RemindMeBot-Reddit",
  "version": "1.0.10resigned1",
  "manifest_version": 2,
  "description": "All the great features of /u/RemindMeBot in a quick and easy to use extension!",
  "homepage_url": "https://www.reddit.com/r/RemindMeBot/",
  "applications": {
    "gecko": {
      "id": "remindmebotext@example.org"
    }
  },
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "default_locale": "en",
  "permissions": [
    "https://*.reddit.com/*",
    "http://*.reddit.com/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://*.reddit.com/*",
        "http://*.reddit.com/*"
      ],
      "css": [
        "src/inject/inject.css",
        "css/jquery.datetimepicker.min.css"
      ]
    },
    {
      "matches": [
        "https://*.reddit.com/*",
        "http://*.reddit.com/*"
      ],
      "js": [
        "js/jquery.min.js",
        "js/jquery,datetimepicker.full.js",
        "js/bootstrap.modal.js",
        "src/inject/inject.js"
      ]
    }
  ]
}