Examine source code of mainka

Inspect and view changes in mainka 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": "0.1.8resigned1",
  "manifest_version": 2,
  "name": "mainka",
  "description": "@mainka персональный помощник по гифкам на пикабу",
  "homepage_url": "https://pikabu.ru",
  "default_locale": "ru",
  "permissions": [
    "*://pikabu.ru/*",
    "*://api.giphy.com/*"
  ],
  "icons": {
    "32": "icons/mainka-32.png",
    "48": "icons/mainka-48.png",
    "98": "icons/mainka-98.png",
    "128": "icons/mainka-128.png"
  },
  "background": {
    "scripts": [
      "scripts/background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "*://pikabu.ru/*"
      ],
      "run_at": "document_end",
      "css": [
        "css/content.css"
      ],
      "js": [
        "scripts/content.js"
      ]
    }
  ],
  "web_accessible_resources": [
    "/scripts/include.js"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{878f40d8-e0d0-4ab7-ad7b-44322e9f0f43}"
    }
  }
}