Enefits: Open Rewards

Enefits: Open Rewards

Unlock badges and get rewarded with exclusive perks for visiting your favorite sites.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Enefits: Open Rewards",
  "description": "Unlock badges and get rewarded with exclusive perks for visiting your favorite sites.",
  "version": "1.0.3",
  "manifest_version": 3,
  "icons": {
    "48": "/img/enefits_48.png",
    "128": "/img/enefits_128.png"
  },
  "action": {
    "default_icon": {
      "48": "/img/enefits_48.png",
      "128": "/img/enefits_128.png"
    }
  },
  "permissions": [
    "storage",
    "tabs",
    "gcm",
    "notifications"
  ],
  "background": {
    "service_worker": "background.js"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "css": [
        "/css/style.css"
      ],
      "js": [
        "content-script.js"
      ]
    }
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "*.png",
        "*.jpg",
        "*.gif",
        "*.eot",
        "*.eot#iefix",
        "*.ttf",
        "*.woff",
        "*.svg",
        "*.js",
        "*.css",
        "*.html"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}