Puškice - FON Andergraund

Puškice - FON Andergraund

Tačka spajanja studenata FON-a - Sve za FON i sve o FON-u na jednom mestu

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Puškice - FON Andergraund",
  "description": "Tačka spajanja studenata FON-a - Sve za FON i sve o FON-u na jednom mestu",
  "version": "2.0",
  "browser_action": {
    "default_icon": "logo128.png",
    "default_popup": "popup.html"
  },
  "author": "Puskice Development",
  "short_name": "Puškice",
  "icons": {
    "16": "logo16.png",
    "48": "logo48.png",
    "128": "logo128.png"
  },
  "permissions": [
    "https://api.puskice.org/*"
  ],
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'",
  "web_accessible_resources": [
    "jquery-2.0.3.min.map"
  ],
  "content_scripts": [
    {
      "js": [
        "jquery-2.0.3.min.js",
        "main.js"
      ],
      "css": [
        "style.css"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ]
    }
  ]
}