Save to netroStation

Save to netroStation

Add currently opened website and import your bookmarks to your netroStation.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Save to netroStation",
  "description": "Add currently opened website and import your bookmarks to your netroStation.",
  "version": "1.2",
  "icons": {
    "128": "icon_128.png"
  },
  "browser_action": {
    "default_title": "Save to netroStation",
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  },
  "permissions": [
    "activeTab",
    "bookmarks",
    "tabs"
  ],
  "externally_connectable": {
    "matches": [
      "https://www.netrostation.com/*"
    ]
  },
  "content_security_policy": "script-src 'self' https://ajax.googleapis.com; object-src 'self'"
}