TotalReduc

TotalReduc

TotalReduc, codes promo en temps-reel

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "content_security_policy": "script-src 'self' 'unsafe-eval' https://ssl.google-analytics.com; object-src 'self'",
  "name": "TotalReduc",
  "version": "3.4",
  "description": "TotalReduc, codes promo en temps-reel",
  "icons": {
    "48": "Euro48.png",
    "128": "Euro128.png"
  },
  "browser_action": {
    "default_icon": "Euro48.png",
    "default_popup": "popup.html"
  },
  "permissions": [
    "tabs",
    "notifications",
    "http://*.totalreduc.com/*"
  ],
  "web_accessible_resources": [
    "Euro48.png"
  ],
  "background": {
    "page": "background.html"
  }
}