Initab

Initab

The New Tab Extension for Developers

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "description": "The New Tab Extension for Developers",
  "version": "2.0.7",
  "manifest_version": 3,
  "name": "Initab",
  "homepage_url": "https://initab.com",
  "incognito": "not_allowed",
  "icons": {
    "16": "icon-16.png",
    "34": "icon-34.png",
    "48": "icon-48.png",
    "128": "icon-128.png"
  },
  "permissions": [
    "history",
    "identity"
  ],
  "chrome_url_overrides": {
    "newtab": "newtab.html"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "default-pro-bg.jpg",
        "logo.svg",
        "[email protected]",
        "themes_screens/ts_1_1.png",
        "themes_screens/ts_1_2.png",
        "themes_screens/ts_1_3.png",
        "themes_screens/ts_1_4.png",
        "themes_screens/ts_1_5.png",
        "themes_screens/ts_1_6.png",
        "themes_screens/ts_1_7.png",
        "themes_screens/ts_1_8.png",
        "themes_screens/ts_1_9.png",
        "themes_screens/ts_1_10.png",
        "themes_screens/ts_1_11.png",
        "themes_screens/ts_1_12.png",
        "themes_screens/ts_1_13.png",
        "themes_screens/ts_1_14.png",
        "themes_screens/ts_1_15.png",
        "themes_screens/ts_1_16.png",
        "themes_screens/ts_2_1.png",
        "themes_screens/ts_2_2.png",
        "themes_screens/ts_2_3.png",
        "themes_screens/ts_2_4.png",
        "themes_screens/ts_2_5.png",
        "themes_screens/ts_2_6.png",
        "themes_screens/ts_3_1.png",
        "themes_screens/ts_3_2.png",
        "themes_screens/ts_3_3.png",
        "themes_screens/ts_3_4.png"
      ],
      "matches": []
    }
  ],
  "content_scripts": [
    {
      "matches": [
        "https://www.google.com/*"
      ],
      "js": [
        "contentScript.bundle.js"
      ],
      "css": [
        "content.styles.css"
      ]
    }
  ],
  "oauth2": {
    "client_id": "896093283283-bn5bijqboojkaa562urovds6fdoc2u1l.apps.googleusercontent.com",
    "scopes": [
      "https://www.googleapis.com/auth/photoslibrary.readonly"
    ]
  }
}