EarnsSurfing - Browse, Mine, Earns

EarnsSurfing - Browse, Mine, Earns

With EarnsSurfing you can earn money simply by surfing the internet! Earning money has never been easier.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "EarnsSurfing - Browse, Mine, Earns",
  "default_locale": "en",
  "version": "1.8",
  "manifest_version": 2,
  "description": "With EarnsSurfing you can earn money simply by surfing the internet! Earning money has never been easier.",
  "content_security_policy": "script-src 'self' https://ajax.googleapis.com; object-src 'self';",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png",
    "512": "icon.png"
  },
  "permissions": [
    "storage",
    "http://*/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*",
        "<all_urls>"
      ],
      "js": [
        "jquery-1.10.2.js",
        "jquery.min.js",
        "main.js"
      ],
      "css": [
        "style.css"
      ],
      "run_at": "document_end"
    }
  ],
  "background": {
    "scripts": [
      "jquery-1.10.2.js",
      "jquery.min.js"
    ],
    "persistent": true
  },
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "RPB_espopup.html"
  },
  "web_accessible_resources": [
    "fonts/Sickness.ttf"
  ]
}