4PDA Inspector

4PDA Inspector

Monitoring of changes on the 4pda.ru forum

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "4PDA Инспектор",
  "version": "3.4.0.5",
  "description": "Мониторинг изменений на форуме 4pda",
  "homepage_url": "https://4pda-inspector.github.io/4pda-inspector/",
  "manifest_version": 2,
  "icons": {
    "16": "icons/icon_16.png",
    "48": "icons/icon_48.png",
    "128": "icons/icon_128.png"
  },
  "permissions": [
    "tabs",
    "cookies",
    "https://4pda.to/*",
    "notifications",
    "storage"
  ],
  "browser_action": {
    "default_title": "4PDA Инспектор",
    "default_icon": "icons/icon_19.png",
    "default_popup": "html/popup.html"
  },
  "options_ui": {
    "chrome_style": true,
    "open_in_tab": true,
    "page": "html/options.html"
  },
  "background": {
    "scripts": [
      "/js2/u/defaults.js",
      "/js2/u/utils.js",
      "/js2/u/browser.js",
      "/js2/u/notifications.js",
      "/js2/u/xhr.js",
      "/js2/vars.js",
      "/js2/e/user.js",
      "/js2/e/favorites.js",
      "/js2/e/qms.js",
      "/js2/e/mentions.js",
      "/js2/cs.js"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "[email protected]"
    }
  }
}