LatTab 2.0 - Latin proverbs and root words

LatTab 2.0 - Latin proverbs and root words

Learn Latin - each time you open up a new tab

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "LatTab 2.0 - Latin proverbs and root words",
  "short_name": "LatTab",
  "version": "2.3.0",
  "description": "Learn Latin - each time you open up a new tab",
  "chrome_url_overrides": {
    "newtab": "newtab.html"
  },
  "options_page": "options.html",
  "icons": {
    "128": "images/logo2.png"
  },
  "action": {
    "default_icon": "images/logo2.png",
    "default_popup": "options.html"
  },
  "permissions": [
    "storage"
  ],
  "author": "Skylar Bolton - [email protected], Josh Bender"
}