Pravatami.bg

Pravatami.bg

Всички права и задължения - на разбираем език. Безплатно и с един клик.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Pravatami.bg",
  "description": "Всички права и задължения - на разбираем език. Безплатно и с един клик.",
  "version": "2.1",
  "chrome_url_overrides": {
    "newtab": "/views/new-tab.html"
  },
  "browser_action": {
    "default_popup": "/views/popup.html"
  },
  "icons": {
    "16": "icons/128.png",
    "32": "icons/128.png",
    "128": "icons/128.png"
  },
  "permissions": [
    "*://*.pravatami.bg/*",
    "chrome://favicon/",
    "topSites",
    "geolocation"
  ],
  "content_security_policy": "script-src 'self' 'unsafe-eval' https://pravatami.bg/wp-content/themes/converio-child-theme/ext/docs-chrome-plugin.csv https://api.openweathermap.org https://www.google.com https://query.yahooapis.com; object-src 'self'"
}