Grant Homentum

Grant Homentum

Grant Homentum is a similar to Momentum but allows you to update the images based on your interests! To practice more JavaScript, I…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Grant Homentum",
  "version": "1.0",
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "browser_action": {
    "default_icon": "g.png"
  },
  "icons": {
    "48": "g.png"
  },
  "manifest_version": 2,
  "content_security_policy": "script-src 'self' https://code.jquery.com; object-src 'self'"
}