nCore aNi

nCore aNi

Ncore kereső és megjelenítő kiegészitő

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "nCore aNi",
  "options_ui": {
    "chrome_style": true,
    "page": "html/options.html"
  },
  "version": "1.2.6",
  "options_page": "html/options.html",
  "author": "Ilyés Imre",
  "description": "Ncore kereső és megjelenítő kiegészitő",
  "update_url": "http://clients2.google.com/service/update2/crx",
  "permissions": [
    "https://ncore.pro/*",
    "https://www.mafab.hu/*",
    "https://port.hu/*",
    "https://www.google.com/*",
    "https://dereferer.me/*",
    "storage"
  ],
  "content_security_policy": "script-src 'self' 'unsafe-eval' https://ssl.google-analytics.com; object-src 'self'",
  "browser_action": {
    "default_icon": "images/ncore_Ani_47x47.png",
    "default_popup": "html/popup.html",
    "background_page": "html/background.html"
  },
  "icons": {
    "64": "images/ncore_Ani_64x64.png"
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "js/storage.js",
        "js/jquery-1.12.4.min.js",
        "js/ani.min.js"
      ],
      "css": [
        "css/ani.min.css"
      ]
    }
  ],
  "web_accessible_resources": [
    "html/templates/*",
    "images/*.png",
    "images/*.webp"
  ]
}