Netsips

Netsips

Curate your web

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Netsips",
  "description": "Curate your web",
  "version": "1.3.8",
  "background": {
    "scripts": [
      "event.js"
    ]
  },
  "browser_action": {
    "default_popup": "popup.html"
  },
  "externally_connectable": {
    "matches": [
      "http://*.netsips.in/*",
      "http://localhost/*"
    ],
    "ids": [
      "*"
    ]
  },
  "permissions": [
    "tabs",
    "http://*/*",
    "https://*/*",
    "storage",
    "<all_urls>",
    "http://*.google.com/"
  ],
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAgwFLea1WstLWDhiTjpsBNUlRqgcrMJLMAreCR7edZONONRbkNbZO5r99lUDUvQCHKTl9Yeip1FhUoep4CohWCfVBh5Ch2p5cLsCY+wKY20af8Y2xHVw8x6YF4GGiNzFihMIa2NRom8ZUDXZosXh94K5xqgXg43z89RoEodHa35uPzoz6AHTab15534Ig6jZMQFLUObJQA4F2VwXKG0QZSaCrhlpZY8MUqZyUWM4qXuON+vmGr3vaumAk1sINh70+1LO1wGJ1VRJn7LLznlJfk/UDo4bYyRo5lYXye6vie5LwrQV9KGZRp9U8HNOuhM14CDhzt60T9EekI4OIlXWrawIDAQAB",
  "icons": {
    "16": "new_icon_16.png",
    "48": "new_icon_48.png",
    "128": "new_icon.png"
  },
  "web_accessible_resources": [
    "settings.html",
    "Raleway-Regular.ttf",
    "Manrope-VariableFont_wght.ttf",
    "WorkSans-VariableFont_wght.ttf"
  ],
  "content_security_policy": "script-src 'self' https://www.gstatic.com/ https://*.firebaseio.com https://apis.google.com; object-src 'self';"
}