Examine source code of Neila

Inspect and view changes in Neila 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
{
  "version": "3.1.3resigned1",
  "default_locale": "fr",
  "name": "Neila Live Notifier",
  "description": "Extension pour suivre les lives de Neila",
  "background": {
    "persistent": true,
    "scripts": [
      "./src/background.js"
    ]
  },
  "author": "Nucktrooper",
  "manifest_version": 2,
  "icons": {
    "128": "icon.png"
  },
  "permissions": [
    "notifications"
  ],
  "optional_permissions": [
    "background"
  ],
  "options_ui": {
    "open_in_tab": true,
    "page": "options/options.html"
  },
  "browser_action": {
    "default_icon": {
      "19": "data/Button_OFF.png"
    },
    "default_popup": "./popup/popup.html"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "neila@btnlive.com"
    }
  }
}