intab

intab

inTab gives your new tab more features! Include wallpaper hd,cloud disk,reminder,bookmark,weather,notes,history manager.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "scripts": [
      "./js/background.js"
    ],
    "persistent": true
  },
  "default_locale": "en",
  "browser_action": {
    "default_icon": {
      "64": "static/icons/icon_64.png",
      "128": "static/icons/icon_128.png"
    },
    "default_title": "inTab",
    "default_popup": "./pages/popup.html"
  },
  "icons": {
    "64": "static/icons/icon_64.png",
    "128": "static/icons/icon_128.png"
  },
  "manifest_version": 2,
  "name": "intab",
  "short_name": "__MSG_extname__",
  "description": "__MSG_extdesc__",
  "permissions": [
    "activeTab",
    "tabs",
    "storage",
    "bookmarks",
    "downloads",
    "notifications",
    "contextMenus",
    "unlimitedStorage",
    "history",
    "alarms",
    "topSites",
    "management",
    "background",
    "browsingData",
    "idle",
    "sessions",
    "http://*/",
    "https://*/",
    "chrome://favicon/"
  ],
  "version": "0.7.8",
  "chrome_url_overrides": {
    "newtab": "./pages/blank.html"
  },
  "externally_connectable": {
    "matches": [
      "https://*.zierwa.com/*"
    ]
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAgmBLCM1bc3Hz1gj03+YHBtwTiGCgfKH0IO8rcZqvzU9sAloUabyJ5O145NnhEm50hxK5d92iGr4YTIjy0vX9YShiJxdynjJBQC9sRJxSn9y3NiBt6le5SmikLrxrBRNACQsn/1ksSGfKXPFtondQb5TR8kG+6Cb4hWdiv3lFzz8bAXDuilGfOQ7WM0Rntcf2vvhECdB8kRRmGujK3ERDvKZOnCE2oTaSmAt135UkSCIzoR4auDMKAI5hg6QpkZ9Xt7BiauRTtMTyuA3ekG07i2lemLvwCIz5w8QgWSRrWC9eEs3SXCzYdtUiuwOf//6QGV+qnJq16NGI9YDyq2s0ewIDAQAB",
  "incognito": "spanning",
  "update_url": "http://clients2.google.com/service/update2/crx",
  "minimum_chrome_version": "72",
  "content_security_policy": "script-src 'self' 'unsafe-eval' chrome://resources ;object-src 'none'"
}