One more word

One more word

This extension is a tool for <One more word> in App Store. Use this extension to add word to server and sync to ios devices.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "One more word",
  "description": "This extension is a tool for <One more word> in App Store. Use this extension to add word to server and sync to ios devices.",
  "version": "1.0.3",
  "browser_action": {
    "default_icon": {
      "19": "icon19.png",
      "38": "icon38.png"
    },
    "default_title": "One more word",
    "default_popup": "popup.html"
  },
  "icons": {
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "permissions": [
    "https://wordulike.com/",
    "http://wordulike.com/",
    "tabs",
    "http://*/*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*"
      ],
      "js": [
        "jquery-2.0.2.min.js",
        "jquery.highlight.js",
        "content.script.js"
      ]
    }
  ],
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'"
}