LanrenSMS Forwarder New SMS checker

LanrenSMS Forwarder New SMS checker

Auto check and Displays the newest 5 items from the 'new SMS forwarded to the WEB' in a popup.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_name__",
  "default_locale": "en",
  "version": "3.2",
  "description": "__MSG_desc__",
  "icons": {
    "128": "news_icon.png"
  },
  "browser_action": {
    "default_title": "__MSG_name__",
    "default_icon": "news_action.png",
    "default_popup": "feed.html"
  },
  "permissions": [
    "background",
    "notifications",
    "http://www2.lanrensms.com:20000/*",
    "http://www.lanrensms.com/*",
    "https://www.lanrensms.com/*"
  ],
  "background": {
    "scripts": [
      "js/jquery.min.js",
      "js/sockjs.min.js",
      "js/stomp.min.js",
      "all.js"
    ],
    "persistent": true
  },
  "manifest_version": 2
}