Webtekno - Güncel Teknoloji Habeleri

Webtekno - Güncel Teknoloji Habeleri

webtekno - Teknoloji, Mobil, İnternet, Oyun Haberleri ve İncelemeleri

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "background": {
    "page": "background.html",
    "persistent": true
  },
  "name": "Webtekno - Güncel Teknoloji Habeleri",
  "description": "webtekno - Teknoloji, Mobil, İnternet, Oyun Haberleri ve İncelemeleri",
  "content_security_policy": "script-src 'self' https://www.google.com/jsapi https://ajax.googleapis.com; object-src 'self'",
  "version": "1.1",
  "icons": {
    "16": "icon16.png",
    "32": "icon32.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "permissions": [
    "notifications",
    "tabs",
    "webRequest",
    "*://*.webtekno.com/",
    "*://*.google.com/",
    "http://*/*",
    "https://*/*",
    "background"
  ],
  "browser_action": {
    "default_icon": "icon128.png",
    "default_popup": "popup.html"
  }
}