Inspect and view changes in Friction source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"name": "Friction",
"version": "0.4",
"manifest_version": 2,
"description": "Introduce friction to those sites you use habitually but want to use less.",
"icons": {
"128": "icon_128.png"
},
"background": {
"scripts": [
"background.js",
"options.js"
]
},
"permissions": [
"tabs",
"storage"
],
"options_ui": {
"page": "options.html"
},
"applications": {
"gecko": {
"id": "{4cee5697-0e8a-4d7f-ac04-348485072145}"
}
}
}