SN.rs

SN.rs

Skrati dugačke linkove pomoću servisa SN.rs

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "SN.rs",
  "short_name": "sn.rs",
  "version": "1.1",
  "author": "Stefan Marjanov <https://www.saznajnovo.com/>",
  "description": "Skrati dugačke linkove pomoću servisa SN.rs",
  "icons": {
    "16": "img/logo16.png",
    "19": "img/logo19.png",
    "38": "img/logo38.png",
    "48": "img/logo48.png",
    "128": "img/logo128.png"
  },
  "permissions": [
    "activeTab",
    "storage",
    "clipboardWrite",
    "http://*/*",
    "https://*/*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "options_ui": {
    "page": "options.html"
  },
  "browser_action": {
    "default_icon": {
      "16": "img/logo16.png",
      "19": "img/logo19.png",
      "38": "img/logo38.png",
      "48": "img/logo48.png",
      "128": "img/logo128.png"
    },
    "default_title": "SN.rs",
    "default_popup": "popup.html"
  }
}