ПДД

ПДД

Учите билеты ПДД каждый раз, когда вы открываете новую вкладку!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "author": "Maxim Melnikov",
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "description": "Учите билеты ПДД каждый раз, когда вы открываете новую вкладку!",
  "incognito": "split",
  "manifest_version": 2,
  "name": "ПДД",
  "web_accessible_resources": [
    "fonts/*.woff",
    "fonts/*.woff2"
  ],
  "permissions": [
    "storage"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "0.9.3",
  "icons": {
    "128": "images/icon.png"
  }
}