SMS little helper for easy SMS sending

SMS little helper for easy SMS sending

Þetta plugin bætir texta inní magnsendingar á SMS'um.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "SMS little helper for easy SMS sending",
  "version": "1",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "browser_action": {
    "default_title": "SMS helper",
    "default_icon": "icon16.png",
    "default_popup": "myscript.js"
  },
  "content_scripts": [
    {
      "matches": [
        "https://vasi.siminn.is/sms/*"
      ],
      "css": [
        "mystyles.css"
      ],
      "js": [
        "jquery.js",
        "myscript.js"
      ]
    }
  ]
}