Rubrika

Rubrika

Consumă știri responsabil. Ia-ți toate informațiile.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "author": "Rubrika.ro",
  "manifest_version": 2,
  "name": "Rubrika",
  "description": "Consumă știri responsabil. Ia-ți toate informațiile.",
  "version": "2.1.3",
  "homepage_url": "https://rubrika.ro/",
  "permissions": [
    "https://www.google-analytics.com/",
    "activeTab",
    "http://*/*",
    "https://*/*",
    "storage"
  ],
  "background": {
    "scripts": [
      "js/background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "js/jquery/jquery.js",
        "js/AsyncIterator.js",
        "js/content-scripts.js"
      ]
    }
  ],
  "browser_action": {
    "default_title": "Rubrika",
    "default_popup": "popup.html",
    "default_icon": {
      "16": "img/favico.png",
      "19": "img/favico.png",
      "24": "img/favico.png",
      "32": "img/favico.png",
      "36": "img/favico.png",
      "48": "img/favico.png",
      "128": "img/favico.png"
    }
  },
  "web_accessible_resources": [
    "iframe.html",
    "js/iframe.js",
    "img/icon.png"
  ]
}