Examine source code of Invio link a One69 di Robyone

Inspect and view changes in Invio link a One69 di Robyone source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "name": "Invio link a One69 di Robyone",
  "description": "Permette di inviare un file all'applicazione Albo Online fornita da Robyone s.r.l.",
  "version": "0.0.0.7",
  "homepage_url": "https://www.robyone.net",
  "manifest_version": 2,
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "permissions": [
    "<all_urls>",
    "activeTab",
    "contextMenus",
    "tabs",
    "downloads"
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_title": "Collegamenti utili Robyone",
    "default_icon": {
      "16": "/images/one69-16.png",
      "32": "/images/one69-32.png",
      "48": "/images/one69-48.png",
      "128": "/images/one69-128.png"
    }
  },
  "icons": {
    "16": "/images/one69-16.png",
    "32": "/images/one69-32.png",
    "48": "/images/one69-48.png",
    "128": "/images/one69-128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{80bd59e8-f76f-4695-b293-bb54c4f4867f}"
    }
  }
}