openSUSE User Agent

openSUSE User Agent

Modifies your User-Agent string to contain the name of openSUSE Linux distribution.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "author": "Scott Irvin, [email protected]",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "description": "Modifies your User-Agent string to contain the name of openSUSE Linux distribution.",
  "icons": {
    "48": "opensuse_48.png",
    "128": "opensuse_128.png",
    "1024": "opensuse_1024.png"
  },
  "manifest_version": 2,
  "name": "openSUSE User Agent",
  "short_name": "SUSEagent",
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "*://*/*"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "0.0.0.1"
}