שקוף - הון-שלטון-עיתון

שקוף - הון-שלטון-עיתון

תוסף שקוף - מידע מעודכן ואמין על חברי הכנסת ופירסום סמוי - מכל עמוד וכל רגע.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "scripts": [
      "background/background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "content/content.js"
      ],
      "css": [
        "content/content.css"
      ],
      "run_at": "document_start"
    }
  ],
  "content_security_policy": "script-src 'self' https://www.google-analytics.com https://ajax.googleapis.com; object-src 'self'",
  "description": "תוסף שקוף - מידע מעודכן ואמין על חברי הכנסת ופירסום סמוי - מכל עמוד וכל רגע.",
  "icons": {
    "128": "images/icon128.png"
  },
  "manifest_version": 2,
  "name": "שקוף - הון-שלטון-עיתון",
  "permissions": [
    "*://*/*",
    "storage",
    "contextMenus"
  ],
  "short_name": "שקוף - הון-שלטון-עיתון",
  "version": "0.2.4",
  "web_accessible_resources": [
    "images/*",
    "overlay/overlay.html",
    "content/content.css"
  ]
}