Glavne Vesti - web preporuke

Glavne Vesti - web preporuke

Preporuke vesti iz regiona.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Glavne Vesti - web preporuke",
  "short_name": "Glavne Vesti",
  "description": "Preporuke vesti iz regiona.",
  "version": "0.0.0.5",
  "icons": {
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "background": {
    "scripts": [
      "jquery-1.10.2.min.js",
      "background.js"
    ],
    "persistent": false
  },
  "options_page": "options.html",
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "css": [
        "style.css"
      ],
      "js": [
        "jquery-1.10.2.min.js",
        "myScript.js"
      ]
    }
  ],
  "web_accessible_resources": [
    "popup.html"
  ],
  "permissions": [
    "http://*/*",
    "http://www.glavnevesti.com/",
    "notifications",
    "tabs",
    "activeTab",
    "declarativeContent"
  ]
}