Examine source code of Jovem Pan Curitiba

Inspect and view changes in Jovem Pan Curitiba 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
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Jovem Pan Curitiba",
  "version": "1.2",
  "description": "Jovem Pan Curitiba",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "page_action": {
    "default_icon": "icon-19.png",
    "default_title": "Jovem Pan Curitiba"
  },
  "permissions": [
    "tabs"
  ],
  "icons": {
    "48": "icon-48.png",
    "128": "icon-128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://www.facebook.com/*",
        "http://www.facebook.com/*"
      ],
      "js": [
        "inject.js"
      ]
    }
  ],
  "manifest_version": 2
}