Event Kitten - crowdsource culture Firefox

Examine source code of Event Kitten - crowdsource culture

Inspect and view changes in Event Kitten - crowdsource culture source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Event Kitten - crowdsource culture ",
  "description": "Crowdsource public Facebook events you browse to our OPEN event database. Give venues better exposure and lessen the dependency on Facebook  ❤️",
  "version": "1.6",
  "developer": {
    "name": "zuckerpunch",
    "url": "https://github.com/zuckerpunch/event-kitten-addon"
  },
  "applications": {
    "gecko": {
      "id": "zuckerpunch@protonmail.com"
    }
  },
  "permissions": [
    "https://*.facebook.com/*",
    "https://*.fbcdn.net/*",
    "webRequest",
    "webRequestBlocking",
    "storage",
    "tabs"
  ],
  "background": {
    "page": "./background/background_mozilla.html"
  },
  "content_scripts": [
    {
      "matches": [
        "https://*.facebook.com/*"
      ],
      "run_at": "document_idle",
      "all_frames": true,
      "js": [
        "./utils/objutils.js",
        "./content_scripts/about.js",
        "./content_scripts/events.js",
        "./content_scripts/xhr_intercept.js"
      ]
    }
  ],
  "browser_action": {
    "default_icon": {
      "19": "./images/icon.svg",
      "38": "./images/icon.svg"
    },
    "default_title": "Event Kitten",
    "default_popup": "./views/popup/popup.html"
  },
  "icons": {
    "48": "./images/icon.svg",
    "96": "./images/icon.svg"
  },
  "options_ui": {
    "page": "./views/options/options.html"
  },
  "manifest_version": 2
}

Best Event Kitten - crowdsource culture Alternatives

Here are some Firefox add-ons that are similar to Event Kitten - crowdsource culture: