דף הבית

דף הבית

הצג את דף-הבית.קום בעת פתיחת כרטיסייה חדשה

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "דף הבית",
  "description": "הצג את דף-הבית.קום בעת פתיחת כרטיסייה חדשה",
  "version": "1.0.0",
  "author": "[email protected]",
  "chrome_url_overrides": {
    "newtab": "redirect.html"
  },
  "browser_action": {
    "default_icon": "icons/icon16.png",
    "default_title": "דף הבית"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "icons": {
    "16": "icons/icon16.png",
    "24": "icons/icon24.png",
    "48": "icons/icon48.png",
    "64": "icons/icon64.png",
    "72": "icons/icon72.png",
    "96": "icons/icon96.png",
    "128": "icons/icon128.png"
  },
  "manifest_version": 2
}