Wwwyzzerdd for Wikidata

Wwwyzzerdd for Wikidata

Edit Wikidata From Wikipedia!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "__MSG_extName__",
  "version": "0.1.3.0",
  "description": "__MSG_extDesc__",
  "default_locale": "en",
  "icons": {
    "128": "wwwyzzerdd-128.08aabfa5.png"
  },
  "browser_action": {
    "browser_style": true,
    "default_title": "Wwwyzzerdd",
    "default_popup": "config.05120529.html",
    "default_icon": "wwwyzzerdd.7394c252.png"
  },
  "options_ui": {
    "browser_style": true,
    "open_in_tab": false,
    "page": "config.05120529.html"
  },
  "commands": {},
  "content_scripts": [
    {
      "matches": [
        "*://*.wikipedia.org/*"
      ],
      "js": [
        "frontend.c3aa56e6.js"
      ],
      "css": [
        "select.18ce983a.css"
      ],
      "run_at": "document_idle"
    }
  ],
  "event_rules": [],
  "externally_connectable": {
    "matches": []
  },
  "file_browser_handlers": [],
  "file_system_provider_capabilities": {
    "configurable": false,
    "multiple_mounts": false,
    "source": "file"
  },
  "homepage_url": "https://github.com/derenrich/wwwyzzerdd",
  "offline_enabled": false,
  "permissions": [
    "storage",
    "alarms",
    "contextMenus",
    "unlimitedStorage",
    "https://www.wikidata.org/*",
    "https://*.wikipedia.org/*",
    "https://*.toolforge.org/*"
  ],
  "requirements": {},
  "sandbox": {},
  "short_name": "wwwyzzerdd",
  "storage": {},
  "web_accessible_resources": [],
  "background": {
    "scripts": [
      "background.d13b0a81.js"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{81937705-39a0-413a-b105-f69b046eeaef}"
    }
  }
}