Examine source code of PRV++

Inspect and view changes in PRV++ 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
{
  "manifest_version": 2,
  "name": "PRV++",
  "version": "1.33",
  "description": "Encripta tus mensajes en ForoCoches",
  "permissions": [
    "storage"
  ],
  "icons": {
    "48": "icon/icon-48.png",
    "64": "icon/icon-64.png",
    "96": "icon/icon-96.png",
    "128": "icon/icon-128.png"
  },
  "browser_action": {
    "default_icon": "icon/icon-48.png",
    "default_title": "RotoCrypt",
    "default_popup": "settings.html"
  },
  "applications": {
    "gecko": {
      "id": "prv@nstemp.com"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "*://www.forocoches.com/*"
      ],
      "js": [
        "lib/js/bbcode.js",
        "foro.js",
        "forge.js"
      ]
    },
    {
      "matches": [
        "*://m.forocoches.com/*"
      ],
      "js": [
        "lib/js/bbcode.js",
        "mforo.js",
        "forge.js"
      ]
    }
  ]
}