The Rock fans homepage

The Rock fans homepage

Follow the The Rock with the new extension. Follow your favorite actor like a true fan. • Follow the actor on social streams •…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "short_name": "The Rock",
  "name": "The Rock fans homepage",
  "version": "1.0",
  "manifest_version": 3,
  "action": {
    "default_popup": "index.html",
    "default_title": "The Rock"
  },
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  },
  "icons": {
    "16": "./img/logo/logo_16x16.png",
    "48": "./img/logo/logo_48x48.png",
    "128": "./img/logo/logo_128x128.png"
  }
}