Rons WebLynx Integration

Rons WebLynx Integration

Extension to add links to Rons WebLynx (https://www.ronsplace.ca/Products/RonsWebLynx) from the browser.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "browser_specific_settings": {
    "gecko": {
      "id": "[email protected]",
      "strict_min_version": "58.0a1"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "browser_style": true,
    "default_title": "Rons WebLynx Integration",
    "default_popup": "menu.html"
  },
  "icons": {
    "48": "icons/IconWBL_48.png"
  },
  "description": "Add links to Rons WebLynx from the browser.",
  "homepage_url": "https://www.ronsplace.ca/Products/RonsWebLynx",
  "manifest_version": 2,
  "name": "Rons WebLynx Integration",
  "permissions": [
    "tabs",
    "activeTab",
    "nativeMessaging"
  ],
  "version": "1.0.0.1"
}