Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Remove Visited Link",
"version": "0.5",
"description": "Change a visited link to unvisited",
"default_locale": "en",
"author": "\u75db\u3063\u305f\u3044",
"icons": {
"128": "icons\/rvl-icon.png"
},
"background": {
"service_worker": "background.js"
},
"permissions": [
"contextMenus",
"history"
]
}