Adjust relative icon paths in manifest.json to appease CWS

Repository details (talkie)
Project page
talkie
Project log category
(725 entries)
Repository
@joelpurra/talkie
Owner
@joelpurra
Contributors
Contributors on Github
Project status
⏲️ This project has had recent commits.
📂 This project is open.
🌠 This project is popular.
Repository activity period
🗓
Commits
770 commits
Stars
75 stars
Commit details (1b4cbb36)
Author
Authored at
Committer
Joel Purra
Committed at

Commit message

Adjust relative icon paths in manifest.json to appease CWS

  • When publishing v8.0.1 on Chrome Web Store (CWS), their system is complaining about icon paths listed in manifest.json.
    • The icon files are listed as "missing", which is a submission error.
    • Neither these particular configuration lines nor icon files were changed recently.
    • This did not occur when publishing v8.0.0 and earlier.
  • One guess is that CWS does not handle all kinds of relative paths.
    • A potential workaround is to remove the ./ at the start of icon paths
    • The resolved path should be the same.
Raw text
Adjust relative icon paths in manifest.json to appease CWS

- When publishing v8.0.1 on Chrome Web Store (CWS), their system is complaining about icon paths listed in `manifest.json`.
  - The icon files are listed as "missing", which is a submission error.
  - Neither these particular configuration lines nor icon files were changed recently.
  - This did not occur when publishing v8.0.0 and earlier.
- One guess is that CWS does not handle all kinds of relative paths.
  - A potential workaround is to remove the `./` at the start of icon paths
  - The resolved path should be the same.

Changed files (1)

Path Additions Deletions
code/manifest.json +16 -16

Commit categories (3)