📦 efraimbart / GooglePhotosFilenames

📄 manifest.json · 17 lines
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17{
  "manifest_version": 3,
  "name": "Google Photos Filenames",
  "version": "1.0",
  "background": {
    "service_worker": "background.js"
  },
  "permissions": [
    "webRequest",
    "scripting"
  ],
  "host_permissions": [
    "*://photos.google.com/*",
    "*://*.googleusercontent.com/*"
  ]
}